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
Paninee K edited this page Apr 1, 2020
·
3 revisions
When you make changes that require Postgres migration, update migratelatest to the latest migration file you work on. For example psql -d \"${DATABASE_STAGE_URL}\" -f \"migrations/migration_047.sql\", 047 is the latest migration file.