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
Would we want this? would this result in the silent failing of migrations if anything were to be present when it shouldn't have been?
Currently how one of our projects is structure, it will error if you clear the database. This is because the migrations are attempted to be ran while the internal DB handler also tries to add columns.
Users should never see this issue in production, but it would make development smoother.
This can be accomplished by using the PRAGMA functions.
P.S: The alter blueprint is also called the "Alert" blueprint
The text was updated successfully, but these errors were encountered: