mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:24:07 +01:00
3 lines
127 B
SQL
3 lines
127 B
SQL
-- Add DNS overrides setting to workspaces
|
|
ALTER TABLE workspaces ADD COLUMN setting_dns_overrides TEXT DEFAULT '[]' NOT NULL;
|