Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Remove the NULL row left in __EFMigrationsHistory
|
||||
DELETE FROM [__EFMigrationsHistory] WHERE [MigrationId] IS NULL;
|
||||
|
||||
-- Verify the result
|
||||
SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory];
|
||||
Reference in New Issue
Block a user