0
Fork 0
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:
Matt Hanley 2022-03-04 11:27:04 +00:00
parent 9f2d655a19
commit cd081e46fb

View file

@ -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