Files
silo-server/migrations/sql/20260607165643_remove_unused_abs_proxy_settings.sql
T

7 lines
150 B
SQL
Raw Normal View History

-- +goose Up
DELETE FROM server_settings
WHERE key IN ('audiobookshelf_compat.listen', 'audiobookshelf_compat.public_url');
-- +goose Down
SELECT 1;