Ghost/core/server/data
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
..
db Added input sanitization for backup path 2020-02-10 12:41:39 +00:00
exporter Removed all accesstokens and refreshtokens related code 2019-09-12 15:45:27 +01:00
importer Removed subscribers from the codebase (#11153) 2019-10-09 11:47:04 +02:00
migrations 🐛 Fixed "Unable to update nested relation" error when adding labels to members 2020-02-18 09:08:28 +00:00
schema 🐛 Fixed "Unable to update nested relation" error when adding labels to members 2020-02-18 09:08:28 +00:00
validation 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00