Files
PowderCoatingLogix/devserver_fix_history.sql
T
2026-04-23 21:38:24 -04:00

6 lines
209 B
SQL

-- Remove the NULL row left in __EFMigrationsHistory
DELETE FROM [__EFMigrationsHistory] WHERE [MigrationId] IS NULL;
-- Verify the result
SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory];