Files
Codewalkers/drizzle/0009_drop_account_config_dir.sql
2026-02-07 00:33:12 +01:00

5 lines
184 B
SQL

-- Migration: Remove config_dir column from accounts table
-- Path is now convention-based: <workspaceRoot>/.cw/accounts/<accountId>/
ALTER TABLE `accounts` DROP COLUMN `config_dir`;