0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Naz Gargol 99c6351feb
🐛 Fixed 3.0 migration for SQLite (#11270)
closes #11263

- Fixed `3.0/05-populate-posts-meta-table.js` migration failure when having >999 posts with metadata in the database
- The issue here is with hitting SQLite's internal SQLITE_LIMIT_VARIABLE_NUMBER limit when updating with a large amount of posts having metadata fields set (ref.: https://sqlite.org/limits.html#max_variable_number)
- Transforming migration to iterative method avoided inserting lots of records at once
2019-10-28 14:21:21 +01:00
..
client@90d26e7c7b Updated Ghost-Admin to 3.0.0 2019-10-21 22:41:48 +07:00
frontend Converted has helper imports to individual const 2019-10-28 10:55:14 +00:00
server 🐛 Fixed 3.0 migration for SQLite (#11270) 2019-10-28 14:21:21 +01:00
shared/nql-map-key-values 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
test 🐛 Fixed 404s when using a proxy setup (#11269) 2019-10-28 11:22:05 +00:00
index.js