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
This commit is contained in:
Ben Hesseldieck
2020-07-17 17:08:40 +02:00
committed by GitHub
parent 479606753b
commit ebe2775701
15 changed files with 128 additions and 9 deletions

View File

@@ -1,2 +1,3 @@
export * from './1588102412422-InitialMigration';
export * from './1592445003908-WebhookModel';
export * from './1594825041918-CreateIndexStoppedAt'