diff --git a/Apis/email-data/Migrations/20260601145256_AddHtmlShellTemplates.cs b/Apis/email-data/Migrations/20260601145256_AddHtmlShellTemplates.cs index 4fc5703..43c8188 100644 --- a/Apis/email-data/Migrations/20260601145256_AddHtmlShellTemplates.cs +++ b/Apis/email-data/Migrations/20260601145256_AddHtmlShellTemplates.cs @@ -15,14 +15,14 @@ namespace Email.Data.Migrations migrationBuilder.InsertData( table: "Templates", columns: new[] { "Key", "Language", "Value", "Description" }, - values: new object[] { "email.html-shell.start", "*", "\n\n\n \n \n \n\n\n
\n
\n

MyAi.ro

\n
\n
\n", "Opening HTML wrapper for branded emails (blue header, white content area)" }, + values: new object[] { "email.html-shell.start", "*", "\n\n\n \n \n\n\n \n \n \n \n
\n \n \n \n \n \n \n \n \n \n \n
\n

MyAi.ro

\n
\n", "Opening HTML wrapper for branded emails (blue header, white content area)" }, schema: MigrationConstants.SchemaName); // HTML email shell — closing tags (footer) migrationBuilder.InsertData( table: "Templates", columns: new[] { "Key", "Language", "Value", "Description" }, - values: new object[] { "email.html-shell.end", "*", " \n
\n

© 2026 MyAi.ro. All rights reserved.

\n
\n \n\n\n", "Closing HTML wrapper for branded emails (footer and closing tags)" }, + values: new object[] { "email.html-shell.end", "*", "\n
\n

© 2026 MyAi.ro. All rights reserved.

\n
\n
\n\n\n", "Closing HTML wrapper for branded emails (footer and closing tags)" }, schema: MigrationConstants.SchemaName); }