mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-13 15:55:34 -05:00
* MM-57913 Increase maximum length of Preferences.Value column * Add missing column name to migration * Lowercased table and column names
1 line
63 B
SQL
1 line
63 B
SQL
ALTER TABLE Preferences ALTER COLUMN Value TYPE VARCHAR(2000);
|