Ghost/core
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
..
client@011b388169 Updated Ghost-Admin to 3.6.0 2020-02-14 11:50:36 +00:00
frontend Added 'visibility' property check to {{#has}} helper (#11596) 2020-02-14 17:28:26 +08:00
server 🐛 Fixed "Unable to update nested relation" error when adding labels to members 2020-02-18 09:08:28 +00:00
shared/nql-map-key-values 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
test 🐛 Fixed "Unable to update nested relation" error when adding labels to members 2020-02-18 09:08:28 +00:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00