2021-01-23 11:00:32 -08:00
|
|
|
import { InitialMigration1588157391238 } from './1588157391238-InitialMigration';
|
|
|
|
import { WebhookModel1592447867632 } from './1592447867632-WebhookModel';
|
|
|
|
import { CreateIndexStoppedAt1594902918301 } from './1594902918301-CreateIndexStoppedAt';
|
|
|
|
import { AddWebhookId1611149998770 } from './1611149998770-AddWebhookId';
|
2021-02-08 23:59:32 -08:00
|
|
|
import { MakeStoppedAtNullable1607431743767 } from './1607431743767-MakeStoppedAtNullable';
|
2021-03-10 01:50:07 -08:00
|
|
|
import { ChangeDataSize1615306975123 } from './1615306975123-ChangeDataSize';
|
2021-05-11 20:43:24 -07:00
|
|
|
import { ChangeCredentialDataSize1620729500000 } from './1620729500000-ChangeCredentialDataSize';
|
2021-05-29 11:31:21 -07:00
|
|
|
import { CreateTagEntity1617268711084 } from './1617268711084-CreateTagEntity';
|
|
|
|
import { UniqueWorkflowNames1620826335440 } from './1620826335440-UniqueWorkflowNames';
|
2021-06-18 14:57:58 -07:00
|
|
|
import { CertifyCorrectCollation1623936588000 } from './1623936588000-CertifyCorrectCollation';
|
2021-08-21 05:11:32 -07:00
|
|
|
import { AddWaitColumnId1626183952959 } from './1626183952959-AddWaitColumn';
|
2021-10-13 15:21:00 -07:00
|
|
|
import { UpdateWorkflowCredentials1630451444017 } from './1630451444017-UpdateWorkflowCredentials';
|
2021-01-23 11:00:32 -08:00
|
|
|
|
|
|
|
export const mysqlMigrations = [
|
|
|
|
InitialMigration1588157391238,
|
|
|
|
WebhookModel1592447867632,
|
|
|
|
CreateIndexStoppedAt1594902918301,
|
|
|
|
AddWebhookId1611149998770,
|
2021-02-08 23:59:32 -08:00
|
|
|
MakeStoppedAtNullable1607431743767,
|
2021-03-10 01:50:07 -08:00
|
|
|
ChangeDataSize1615306975123,
|
2021-05-11 20:43:24 -07:00
|
|
|
ChangeCredentialDataSize1620729500000,
|
2021-05-29 11:31:21 -07:00
|
|
|
CreateTagEntity1617268711084,
|
|
|
|
UniqueWorkflowNames1620826335440,
|
2021-06-18 14:57:58 -07:00
|
|
|
CertifyCorrectCollation1623936588000,
|
2021-08-21 05:11:32 -07:00
|
|
|
AddWaitColumnId1626183952959,
|
2021-10-13 15:21:00 -07:00
|
|
|
UpdateWorkflowCredentials1630451444017,
|
2021-01-23 11:00:32 -08:00
|
|
|
];
|