0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/data/migrations/versions
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
..
1.3
1.4
1.5
1.7
1.9
1.13
1.18
1.19
1.20
1.21
1.22
1.25
2.0
2.2
2.3
2.6
2.8
2.13
2.14
2.15
2.16
2.17
2.18
2.21
2.22
2.27
2.28
2.29
2.31
2.32
2.33
2.34
2.35
2.37
3.0 Fixed post meta migration for 3.x (#11438) 2019-12-17 17:14:53 +05:30
3.1 Added email.error_data column migration 2019-11-22 16:44:10 +00:00
3.2 Added member's subscription cancellation helper {{cancel_link}} (#11434) 2019-12-12 19:59:15 +07:00
3.6 Added labels for Members (#11538) 2020-02-14 15:03:10 +05:30
3.7 🐛 Fixed "Unable to update nested relation" error when adding labels to members 2020-02-18 09:08:28 +00:00