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
As a developer I should be able to create a backup of the production databases and all other necessary data.
As a developer I should be able to create a working clone of the entire production site (a staging site still hosted on cloudflare)
As a developer I should be able to create a working Clone of the entire production site on my local machine.
As a developer I should be able to test running migrations on clones of the site (staging or local) without having any effect on the live production site.
Migrations on the production site should only ever be run on the production cloudflare server by the build command when run when we push to the main branch
All migrations should be unified into an initial 001 to move forward from this point
All migrations from this point forward should be immutable once they are in the main branch