Closed joana-sanchez-otm closed 1 year ago
Fixes https://github.com/weavejester/ragtime/issues/109
This bug in ragtime means that if you call joplin.core/rollback-db with an n that's a string, the migration does not exist in the db, and the db is fully migrated, it will begin rolling back all migrations.
joplin.core/rollback-db
n
Fixes https://github.com/weavejester/ragtime/issues/109
This bug in ragtime means that if you call
joplin.core/rollback-db
with ann
that's a string, the migration does not exist in the db, and the db is fully migrated, it will begin rolling back all migrations.