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