If I make a schema change, and I don't mind losing...
# orm-help
d
If I make a schema change, and I don't mind losing data, shouldn't
migrate reset
be enough to apply that change?
Seems as though it's not. I see a
db push
does apply the change though.
n
Hey David 👋
migrate reset
should drop the database and recreate it. what happens if you invoke
migrate reset
? Do you get any error?
d
Hi Narul. I did not get any errors but I didn't see the schema change. I will test this again
👍 1
n
Great! Do let me know if there’s any unexpected behaviour