Files
n8n-enterprise-unlocked/packages/cli/src/databases/mysqldb/migrations/index.ts
Ben Hesseldieck ebe2775701 Add index stopped at (#766)
* 🚧 add index on sqlite

* 🚧 add migration for postgres

* 🚧 add mysql migration

* 🚧 add mongodb migration

*  revert change of default postgresdb user
2020-07-17 17:08:40 +02:00

4 lines
150 B
TypeScript

export * from './1588157391238-InitialMigration';
export * from './1592447867632-WebhookModel';
export * from './1594902918301-CreateIndexStoppedAt';