mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
18 lines
856 B
TypeScript
18 lines
856 B
TypeScript
import { InitialMigration1588157391238 } from './1588157391238-InitialMigration';
|
|
import { WebhookModel1592447867632 } from './1592447867632-WebhookModel';
|
|
import { CreateIndexStoppedAt1594902918301 } from './1594902918301-CreateIndexStoppedAt';
|
|
import { AddWebhookId1611149998770 } from './1611149998770-AddWebhookId';
|
|
import { MakeStoppedAtNullable1607431743767 } from './1607431743767-MakeStoppedAtNullable';
|
|
import { ChangeDataSize1615306975123 } from './1615306975123-ChangeDataSize';
|
|
import { ChangeCredentialDataSize1620729500000 } from './1620729500000-ChangeCredentialDataSize';
|
|
|
|
export const mysqlMigrations = [
|
|
InitialMigration1588157391238,
|
|
WebhookModel1592447867632,
|
|
CreateIndexStoppedAt1594902918301,
|
|
AddWebhookId1611149998770,
|
|
MakeStoppedAtNullable1607431743767,
|
|
ChangeDataSize1615306975123,
|
|
ChangeCredentialDataSize1620729500000,
|
|
];
|