r6db / app

https://r6db.app
MIT License
15 stars 3 forks source link

Fix migrations #9

Closed LaxisB closed 6 years ago

LaxisB commented 6 years ago

only use the Documents/r6db/ db for prod and instead create a dev.sqlite in the project dir for development.
then we can generate migrations against the local one

LaxisB commented 6 years ago

fixed by https://github.com/r6db/app/commit/666f9f8c4a07ce44baff99b6973468e053996978
check https://github.com/r6db/app/blob/666f9f8c4a07ce44baff99b6973468e053996978/src/main/db/README.md for docs