0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server
Fabien O'Carroll f1ef801b78 🐛 Fixed error when during migration to 2.32.0 on mysql (#11208)
closes #11207

MySQL doesn't allow unqiue keys with a length of more than 191 when using InnoDB with utfmb4. These changes will ensure any incorrect tables created are fixed and have the
correct length for customer_id

* Changed `customer_id` to non-unique column
* Nooped the 2.32 `members_stripe_customers` migration
* Added migration to recreate `members_stripe_customers` table
  * sqlite doesn't allow `ALTER TABLE` queries so this is the cleanest solution considering the table is not yet in use
2019-10-08 11:07:29 +01:00
..
adapters Return correct error codes from storage adapter 2019-09-06 17:40:55 +01:00
api 🐛 Fixed "unsaved changes" modal displaying when post has been saved 2019-10-07 22:59:19 +01:00
config Added members CSV import to Admin API (#11197) 2019-10-03 19:59:19 +02:00
data 🐛 Fixed error when during migration to 2.32.0 on mysql (#11208) 2019-10-08 11:07:29 +01:00
lib Added transformer methods to mobiledoc cards 2019-10-07 22:59:19 +01:00
models 🐛 Fixed "unsaved changes" modal displaying when post has been saved 2019-10-07 22:59:19 +01:00
public Added support for dynamic stripe checkout redirects 2019-10-03 17:36:33 +07:00
services Allowed overriding the default from address 2019-10-06 21:03:56 +07:00
translations Added guard to asset helper for missing paths 2019-09-09 13:02:45 +01:00
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Added members CSV export to Admin API (#11198) 2019-10-03 20:36:22 +02: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 Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
overrides.js
update-check.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00