5 lines
261 B
SQL
5 lines
261 B
SQL
-- Rename snapraid_content to snapraid_conf to reflect that this field
|
|
-- holds the path to the snapraid.conf TEXT configuration file,
|
|
-- not the binary snapraid.content database file.
|
|
ALTER TABLE storage_config RENAME COLUMN snapraid_content TO snapraid_conf;
|