REPO_POLICIES: add pre-1.0 schema migration rule #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In repos that are pre-1.0, never add additional schema migration files. Edit 001_schema.sql directly. 000_migration.sql should contain only the creation of the migrations table.