Staging to Production #51
@@ -29,8 +29,6 @@ namespace EmailApi.Data.Migrations
|
||||
{
|
||||
table.PrimaryKey("PK_EmailTemplates", x => new { x.Key, x.Language });
|
||||
});
|
||||
|
||||
Seed(migrationBuilder);
|
||||
}
|
||||
|
||||
private static void Seed(MigrationBuilder m)
|
||||
|
||||
Reference in New Issue
Block a user