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 707f547014 - Show all commits
+1 -1
View File
@@ -6,6 +6,6 @@ namespace EmailApi.Data;
/// </summary>
public static class MigrationConstants
{
public const string SchemaName = "emailApi";
public const string SchemaName = "email";
public const string MigrationTableName = "_Migrations";
}