Server-settings row that gates the absorbed audiobooks feature. Defaults to 'false' so sub-plan 1 lands as a strict no-op; subsequent sub-plans branch on this flag and operators flip it to 'true' at cutover. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 lines
62 B
SQL
2 lines
62 B
SQL
DELETE FROM server_settings WHERE key = 'audiobooks.enabled';
|