Remove index on file_target of share table#17639
Conversation
* causes issues on InnoDB because it exceeds the maximal key length of an index which is 767 (3-byte charset * varchar(512) = 1536) * fixes #17619
|
A new inspection was created. |
|
👍 |
|
👍 |
|
unfortunately 👍 |
|
The problem with files_target is that it is supposed to contain a full path. |
We could have more fine granular access to the database schema using something like doctrine migrations. On each migration step we could react individually on the database system allowing us to allow specific settings. @karlitschek see #14851 for more details - happy to chat about the next steps |
|
Hmm. Looks very interesting and promising. :-) |
Remove index on file_target of share table

of an index which is 767 (3-byte charset * varchar(512) = 1536)
Replaces #17626
cc @karlitschek @DeepDiver1975 @PVince81