mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05: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 |
||
---|---|---|
.. | ||
adapters | ||
api | ||
config | ||
data | ||
lib | ||
models | ||
public | ||
services | ||
translations | ||
views | ||
web | ||
analytics-events.js | ||
ghost-server.js | ||
index.js | ||
overrides.js | ||
update-check.js |