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

@@ -39,6 +39,7 @@ export class ExecutionEntity implements IExecutionFlattedDb {
@Column('Date')
startedAt: Date;
@Index()
@Column('Date')
stoppedAt: Date;