Staging to Production #51

Merged
claude merged 165 commits from main into production 2026-06-08 18:28:46 +00:00
Showing only changes of commit fc9e46d4dc - Show all commits
@@ -29,8 +29,6 @@ namespace EmailApi.Data.Migrations
{ {
table.PrimaryKey("PK_EmailTemplates", x => new { x.Key, x.Language }); table.PrimaryKey("PK_EmailTemplates", x => new { x.Key, x.Language });
}); });
Seed(migrationBuilder);
} }
private static void Seed(MigrationBuilder m) private static void Seed(MigrationBuilder m)