Ghost/core/server
Kevin Ansfield 354e946e6e 🐛 Fixed "Unable to update nested relation" error when adding labels to members
no issue

- 3.6.0 contained incorrect references in the `schema.js` file for the `members_label` table that was added in that version. On MySQL knex created a foreign key constraint for that reference which stopped member labels from being createable
- this fixes the schema file and has a migration to drop and recreate the table. Knex handles removal and addition of foreign keys during table drop/create
2020-02-18 09:08:28 +00:00
..
adapters Handle content requests with overly long filenames 2020-01-16 14:18:09 +07:00
api 🐛 Fixed member CSV import setting subscribed to true as default 2020-02-18 11:34:20 +08:00
config 🐛 Fixed csv file uploads on Windows w/Excel installed 2019-11-26 15:11:05 +00:00
data 🐛 Fixed "Unable to update nested relation" error when adding labels to members 2020-02-18 09:08:28 +00:00
lib 🐛 Fixed "undefined" values in member csv export 2020-02-12 11:03:16 +05:30
models Fixed members tests 2020-02-14 16:06:25 +05:30
public Added labels for Members (#11538) 2020-02-14 15:03:10 +05:30
services Added host limit check for members email publish (#11534) 2020-02-13 10:43:36 +05:30
translations Added labels for Members (#11538) 2020-02-14 15:03:10 +05:30
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Fixed error reporting to Sentry 2020-02-17 13:52:01 +00:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
ghost-server.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
index.js Merge branch 'master' into mega 2019-11-18 11:09:46 +00:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
sentry.js Integrated Sentry error tracking 2020-02-03 13:43:43 +00:00
update-check.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00