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
Is there a way to "keep track" of the last ran migration to not run it again ?
Similar to db:migrate which then pushes to the database some information to keep track of that
This is to prevent the migration from crashing because "field already exists" or other similar issues