Initial commit

This commit is contained in:
2026-04-23 21:38:24 -04:00
commit 63e12a9636
1762 changed files with 1672620 additions and 0 deletions
+5
View File
@@ -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];