internal Id to member
This commit is contained in:
parent
cfefcd81d7
commit
0d2c7dd7f1
17 changed files with 101 additions and 20 deletions
|
@ -62,6 +62,7 @@ import { Newsletter1735118780511 } from "./migrations/1735118780511-newsletter";
|
|||
import { newsletterConfig } from "./entity/newsletterConfig";
|
||||
import { NewsletterConfig1735207446910 } from "./migrations/1735207446910-newsletterConfig";
|
||||
import { TemplateMargins1735733514043 } from "./migrations/1735733514043-templateMargins";
|
||||
import { InternalId1735822722235 } from "./migrations/1735822722235-internalId";
|
||||
|
||||
const dataSource = new DataSource({
|
||||
type: DB_TYPE as any,
|
||||
|
@ -134,6 +135,7 @@ const dataSource = new DataSource({
|
|||
Newsletter1735118780511,
|
||||
NewsletterConfig1735207446910,
|
||||
TemplateMargins1735733514043,
|
||||
InternalId1735822722235,
|
||||
],
|
||||
migrationsRun: true,
|
||||
migrationsTransactionMode: "each",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue