0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/data/migrations
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
..
hooks
init
versions 🐛 Fixed migration for SQLite3 (#12371) 2020-11-17 16:39:42 +00:00
utils.js Refactored column migrations to use helpers (#12360) 2020-11-16 11:55:51 +00:00