Files
yaak-mountain-loop/src-tauri/migrations/20250114160022_remove-workspace-sync-setting.sql
2025-02-07 07:59:48 -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;