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
fix: renumber migrations to fix staging deployment
- Rename 008_clean_invalid_data.sql to 007a_clean_invalid_data.sql
- Rename 009_separate_official_metadata.sql back to 008_separate_official_metadata.sql
- This fixes staging which already applied 008 when it was the metadata migration
- Migrations are now: 001-007, 007a (cleanup), 008 (metadata separation)
0 commit comments