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
+11
View File
@@ -0,0 +1,11 @@
-- ============================================================
-- EF Migrations Rebase Script
-- Run this on BOTH PowderCoatingDb and PowderCoatingDb_DevServer
-- Replaces 115 old migration history entries with single Baseline
-- NO schema changes are made - data is untouched
-- ============================================================
DELETE FROM [__EFMigrationsHistory];
INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion])
VALUES ('20260316155002_Baseline', '8.0.11');