Files
baby-nas/internal/db/migrations/0010_rename_snapraid_conf.sql
T

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;