mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removed migration requirement for sqlite
This commit is contained in:
parent
9f2d655a19
commit
cd081e46fb
1 changed files with 0 additions and 1 deletions
1
.github/workflows/migration-review.yml
vendored
1
.github/workflows/migration-review.yml
vendored
|
@ -31,7 +31,6 @@ jobs:
|
|||
### Schema changes
|
||||
|
||||
- [ ] Both schema change and related migration have been implemented
|
||||
- [ ] For column changes: indexes have been recreated for sqlite
|
||||
- [ ] For index changes: has been performance tested for large tables
|
||||
- [ ] For new tables/columns: fields use the appropriate predefined field lengths
|
||||
- [ ] For new tables/columns: field names follow the appropriate conventions
|
||||
|
|
Loading…
Reference in a new issue