mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
0130c9f553
- the autogenerated constraint name was too long for MySQL, yielding the error below (although it seems to be fine for sqlite) - this change adds an explicit, shorthand name for the constraint to stay under the limit on MySQL8 Error: alter table `post_revisions` add constraint `post_revisions_author_id_foreign` foreign key (`author_id`) references `users` (`id`), algorithm=copy - Specified key was too long; max key length is 3072 bytes |
||
---|---|---|
.. | ||
e2e-api | ||
e2e-browser | ||
e2e-frontend | ||
e2e-server | ||
e2e-webhooks | ||
integration | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.js |