3 lines
106 B
MySQL
3 lines
106 B
MySQL
|
|
-- Stores collection configuration dictionaries.
|
||
|
|
ALTER TABLE collections ADD COLUMN config_json_str TEXT;
|