mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 17:32:15 +03:00
f1ef801b78
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 |
||
---|---|---|
.. | ||
hooks | ||
init | ||
versions |