mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Added staging db testing requirement (#21807)
We've agreed that all database changes going forward must be testing at least on staging
This commit is contained in:
parent
3da2a9f64e
commit
aecc32e151
1 changed files with 1 additions and 0 deletions
1
.github/workflows/migration-review.yml
vendored
1
.github/workflows/migration-review.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
|||
|
||||
### General requirements
|
||||
|
||||
- [ ] :warning: Tested on the staging database servers
|
||||
- [ ] Satisfies idempotency requirement (both `up()` and `down()`)
|
||||
- [ ] Does not reference models
|
||||
- [ ] Filename is in the correct format (and correctly ordered)
|
||||
|
|
Loading…
Reference in a new issue