mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
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 |
||
---|---|---|
.. | ||
db | ||
exporter | ||
importer | ||
migrations | ||
schema | ||
validation | ||
timezones.json |