Add userDismissedAt field to agents schema
This commit is contained in:
4
drizzle/0009_drop_account_config_dir.sql
Normal file
4
drizzle/0009_drop_account_config_dir.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Migration: Remove config_dir column from accounts table
|
||||
-- Path is now convention-based: <workspaceRoot>/.cw/accounts/<accountId>/
|
||||
|
||||
ALTER TABLE `accounts` DROP COLUMN `config_dir`;
|
||||
Reference in New Issue
Block a user