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
.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…
Reference in New Issue
Block a user