mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added SQLite and MySQL check to migration review checklist (#20708)
no issue - knex can behave differently with SQLite and MySQL, which can cause migrations to behave differently in each database. This PR adds a check to the migration review checklist to remind us to test the migration in both databases before merging.
This commit is contained in:
parent
ad1a00f60d
commit
f147167a29
1 changed files with 1 additions and 0 deletions
1
.github/workflows/migration-review.yml
vendored
1
.github/workflows/migration-review.yml
vendored
|
@ -38,6 +38,7 @@ jobs:
|
|||
- [ ] Uses the correct utils
|
||||
- [ ] Contains a minimal changeset
|
||||
- [ ] Does not mix DDL/DML operations
|
||||
- [ ] Tested in MySQL and SQLite
|
||||
|
||||
### Schema changes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue