0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
Rishabh Garg 169daead1f
Fixed post meta migration for 3.x (#11438)
no issue

Since we added `email_subject` to `posts_meta` table in `3.1`, the migration tries to add `email_subject` column from post table, which does not exist and thus tries adding `undefined` value for column. Since sqlite expects default values while inserting new columns, this breaks any migration directly from `1.x`/`2.x` to 3.x.

The fix adds a default `null` value for any post_schema entry which doesn't has a value.
2019-12-17 17:14:53 +05:30
..
adapters 🏗 Removed reschedule method from scheduling adapter 2019-11-27 13:38:30 +05:30
api Added new brand blog setting (#11408) 2019-12-17 16:15:31 +05:30
config 🐛 Fixed csv file uploads on Windows w/Excel installed 2019-11-26 15:11:05 +00:00
data Fixed post meta migration for 3.x (#11438) 2019-12-17 17:14:53 +05:30
lib Merge branch 'master' into v3 2019-10-11 11:31:31 +01:00
models Merge branch 'mega' 2019-11-27 12:12:27 +00:00
public Added member's subscription cancellation helper {{cancel_link}} (#11434) 2019-12-12 19:59:15 +07:00
services Added new brand blog setting (#11408) 2019-12-17 16:15:31 +05:30
translations Added member's subscription cancellation helper {{cancel_link}} (#11434) 2019-12-12 19:59:15 +07:00
views
web Added member's subscription cancellation helper {{cancel_link}} (#11434) 2019-12-12 19:59:15 +07:00
analytics-events.js
ghost-server.js
index.js Merge branch 'master' into mega 2019-11-18 11:09:46 +00:00
overrides.js
update-check.js