You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when I was trying to deploy to production, for some reason, it only managed to apply 2021-05-14T12:51:36.677Z which when translated is 2021-05-14T12_51_36.677Z which was the first migration, the rest of the migrations won't even get applied which kind of fucked my production app -- a good thing no one's using it yet, otherwise, I'm fucked.
It doesn't matter how hard I try to run fauna-schema-migrate apply, it won't do anything
After manually adding them one by one, I found out the problem (or at least what I think is the problem), it encountered an index that already exists, and instead of throwing an error, it just ignored the rest and pretended they never existed 🤷🏻♂️
aprilmintacpineda
changed the title
It won't apply multiple migrations
It does not know when to throw an error
Jun 13, 2021
I have been working on a version of my app for a month now, I have migrations all the way from last month:
but when I was trying to deploy to production, for some reason, it only managed to apply
2021-05-14T12:51:36.677Z
which when translated is2021-05-14T12_51_36.677Z
which was the first migration, the rest of the migrations won't even get applied which kind of fucked my production app -- a good thing no one's using it yet, otherwise, I'm fucked.It doesn't matter how hard I try to run
fauna-schema-migrate apply
, it won't do anythingI'm running it from Github actions.
The text was updated successfully, but these errors were encountered: