Open NiklasSchmitt opened 2 years ago
Could this pull request be merged? Installing ebookreader fails for me in our NC 24 with the error message: "Column "oc_reader_bookmarks"."content" is type String, but exceeding the 4.000 length limit." (I don't know whether we use an innodb database though).
I'm also asking for this to be merged. This seems to also fix the issue for me.
Definitely fixed it for me today. Please merge this, so everybody can enjoy it in NC24. :)
Developers are missing...
@e-alfred do you have time to target this one?
error while installation:
I've changed length of strings from 4096 back to 4000 for supporting a installation of this app on innodb 5.6 databases. see here for reference: https://dev.mysql.com/doc/refman/5.6/en/innodb-limits.html