Ghost/core/server/data/migrations
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
..
hooks Fixed failure when upgrading to version 3.5.x 2020-02-13 12:53:44 +08:00
init 🎨 Added Koenig Demo Post (#9747) 2018-07-24 14:37:17 +02:00
versions 🐛 Fixed "Unable to update nested relation" error when adding labels to members 2020-02-18 09:08:28 +00:00