austins / Vanilla-App-Articles

Provides a way to publish articles with Vanilla Forums.
https://open.vanillaforums.com/addon/articles-application
GNU General Public License v2.0
11 stars 2 forks source link

ArticleCategory Description column length exceeds max length #75

Closed austins closed 5 years ago

austins commented 5 years ago

https://open.vanillaforums.com/discussion/comment/258303/#Comment_258303

User has reported receiving this error when enabling the app in Vanilla 2.6 and Vanilla 3.2:

"Specified key was too long; max key length is 1000 bytes".

Proposed fix: Change varchar(500) on the Description column to TEXT type.

austins commented 5 years ago

Closed by 37e90728218be5d917b261770b82ec21df72b50b.

austins commented 5 years ago

Will be a part of the release for issue #74.