Files
yaak/crates/yaak-models/migrations/20250114160022_remove-workspace-sync-setting.sql
2026-01-08 20:44:25 -08:00

3 lines
112 B
SQL

-- This setting was moved to the new workspace_metas table
ALTER TABLE workspaces DROP COLUMN setting_sync_dir;