mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
16 lines
724 B
TypeScript
16 lines
724 B
TypeScript
import { InitialMigration1587669153312 } from './1587669153312-InitialMigration';
|
|
import { WebhookModel1589476000887 } from './1589476000887-WebhookModel';
|
|
import { CreateIndexStoppedAt1594828256133 } from './1594828256133-CreateIndexStoppedAt';
|
|
import { AddWebhookId1611144599516 } from './1611144599516-AddWebhookId';
|
|
import { MakeStoppedAtNullable1607431743768 } from './1607431743768-MakeStoppedAtNullable';
|
|
import { CreateTagEntity1617270242566 } from './1617270242566-CreateTagEntity';
|
|
|
|
export const postgresMigrations = [
|
|
InitialMigration1587669153312,
|
|
WebhookModel1589476000887,
|
|
CreateIndexStoppedAt1594828256133,
|
|
AddWebhookId1611144599516,
|
|
MakeStoppedAtNullable1607431743768,
|
|
CreateTagEntity1617270242566,
|
|
];
|