is it possible to disable the generation of db-migrations?
Our database has its own migration and radzen always creates a file named '00000000000000_CreateIdentitySchema.cs' which wants to create tables which are already in our database.
Those migrations are needed to create the ASP.NET Identity tables. If they don't run the Radzen security will not work. If it tries to run them multiple times then the corresponding record is missing in the __EFMigrations table.