0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/data
Fabien 'egg' O'Carroll 8ad995203e
🐛 Fixed migration for SQLite3 (#12371)
no-issue

The current version of SQLite3 bundled with Ghost supports a maximum of 999
variables, we use one variable for the SET value and so we're left with 998 for the
WHERE IN clause values.

refs: https://forum.ghost.org/t/unable-to-start-ghost-3-38-0-locally/18322
2020-11-17 16:39:42 +00:00
..
db Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
exporter Fixed "no-shadow" linting error in server/data modules (#12288) 2020-10-20 11:56:46 +13:00
importer Fixed backward compatibility for send_email_when_published (#12357) 2020-11-11 13:03:41 +00:00
migrations 🐛 Fixed migration for SQLite3 (#12371) 2020-11-17 16:39:42 +00:00
schema Refactored column migrations to use helpers (#12360) 2020-11-16 11:55:51 +00:00
validation Improved settings validation (#12048) 2020-07-15 17:11:27 +02:00