mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
9 lines
335 B
Markdown
9 lines
335 B
Markdown
If migration is stopped mid way it will start at the beginging next time
|
|
|
|
To see the run migrations do db.getCollection('_migrations').find() you can't do db._migrations.find()
|
|
|
|
When testing, to roll back a migration run:
|
|
|
|
```
|
|
./node_modules/east/bin/east rollback 5 --adapter east-mongo --url mongodb://localhost:27017/sharelatex
|
|
```
|