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 Updated Settings.populateDefaults() to account for available columns 2020-06-29 13:22:10 +00:00
init Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
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