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
Adding a new migration is getting a bit complicated, as we have to add a new entry and remember to add all previous migrations, as we are always going from version x -> latest, instead of iterating through the changes. Suggest a refactor to something like:
Adding a new migration is getting a bit complicated, as we have to add a new entry and remember to add all previous migrations, as we are always going from version x -> latest, instead of iterating through the changes. Suggest a refactor to something like:
then
migrations
are functions like1to2
,2to3
, or something like that.The text was updated successfully, but these errors were encountered: