postal Code & commandHandler update
This commit is contained in:
parent
14677d2030
commit
dd72f37856
13 changed files with 70 additions and 76 deletions
|
@ -63,6 +63,7 @@ import { newsletterConfig } from "./entity/newsletterConfig";
|
|||
import { NewsletterConfig1735207446910 } from "./migrations/1735207446910-newsletterConfig";
|
||||
import { TemplateMargins1735733514043 } from "./migrations/1735733514043-templateMargins";
|
||||
import { InternalId1735822722235 } from "./migrations/1735822722235-internalId";
|
||||
import { PostalCode1735927918979 } from "./migrations/1735927918979-postalCode";
|
||||
|
||||
const dataSource = new DataSource({
|
||||
type: DB_TYPE as any,
|
||||
|
@ -136,6 +137,7 @@ const dataSource = new DataSource({
|
|||
NewsletterConfig1735207446910,
|
||||
TemplateMargins1735733514043,
|
||||
InternalId1735822722235,
|
||||
PostalCode1735927918979,
|
||||
],
|
||||
migrationsRun: true,
|
||||
migrationsTransactionMode: "each",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue