Closed oscarminus closed 1 year ago
When i try to change the colorscheme for the time series plots in the preferences, an error shows up and the change isn't saved:
Update: Error: Response Code 422-> Error 1406 (22001): Data too long for column 'value' at row 1
The database uses a varchar(255) for the configuration value. This might be to small and should be changed to a text field.
alter table configuration modify value text;
When i try to change the colorscheme for the time series plots in the preferences, an error shows up and the change isn't saved:
Update: Error: Response Code 422-> Error 1406 (22001): Data too long for column 'value' at row 1
The database uses a varchar(255) for the configuration value. This might be to small and should be changed to a text field.
alter table configuration modify value text;