Autorun migrations in community edition (#5141)

* fix: autorun migrations in community edition

* re-run tests

* refactor

* fix: review

* fix: double error
This commit is contained in:
Apoorv Mishra
2023-04-19 09:27:50 +05:30
committed by GitHub
parent f4206f888c
commit dadba3f3af
3 changed files with 57 additions and 37 deletions

View File

@@ -1,7 +1,6 @@
up:
docker-compose up -d redis postgres s3
yarn install --pure-lockfile
yarn sequelize db:migrate
yarn dev:watch
build: