Revert "Bumped CI rollback version to 3.30"

- this reverts commit d22bbf58c7
- the issue with a migration was actually valid and we've fixed it
This commit is contained in:
Daniel Lockyer 2020-11-11 11:59:02 +00:00
parent d22bbf58c7
commit 7640fa3bee
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
- run: |
node index.js &
sleep 10 && { kill $! && wait $!; } 2>/dev/null
- run: yarn knex-migrator rollback --v 3.30 --force
- run: yarn knex-migrator rollback --v 3.0 --force
- run: yarn knex-migrator migrate --force
test: