what’s the recommended way to migrate schema whene...
# developers
j
what’s the recommended way to migrate schema whenever I update the repo. It keeps saying there’s a migration conflict during build until I run
migrate dev
but it forces me to reset db
p
@Jimmy Chan you could try using snaplet's data-only restorations if you want to keep what you currently have in your database.
j
Ok cool, I'll look into it and +1 for better docs
p
Please ping me if you need some help!
👍 1