Files
yaak/src-tauri/yaak-models/migrations/20250114160022_remove-workspace-sync-setting.sql
2025-06-07 19:25:36 -07:00

3 lines
112 B
SQL

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