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
Track which database migrations have been applied in a dedicated table. Currently migrations rely on try/catch with ALTER TABLE which silently skips already-applied changes.
Track which database migrations have been applied in a dedicated table. Currently migrations rely on try/catch with ALTER TABLE which silently skips already-applied changes.