Ghost/core/server/data/migrations/versions/3.38
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
..
01-add-email-recipient-filter-column.js Refactored column migrations to use helpers (#12360) 2020-11-16 11:55:51 +00:00
02-populate-email-recipient-filter-column.js Added migration to populate email_recipient_filter 2020-11-04 16:29:54 +00:00
03-add-recipient-filter-column.js Refactored column migrations to use helpers (#12360) 2020-11-16 11:55:51 +00:00
04-populate-recipient-filter-column.js 🐛 Fixed migration for SQLite3 (#12371) 2020-11-17 16:39:42 +00:00
05-add-emails-track-opens-column.js Refactored column migrations to use helpers (#12360) 2020-11-16 11:55:51 +00:00
06-add-newsletter-settings.js Added setting for newsletter footer content (#12359) 2020-11-13 13:18:47 +00:00
07-migrate-newsletter-settings-from-config.js Updated default config for newsletter badge 2020-11-17 16:06:31 +05:30
08-repopulate-send-email-when-published-down-migration.js Fixed backward compatibility for send_email_when_published (#12357) 2020-11-11 13:03:41 +00:00
09-remove-send-email-when-published-column.js Refactored column migrations to use helpers (#12360) 2020-11-16 11:55:51 +00:00