diff options
| author | soryu <soryu@soryu.co> | 2026-02-13 19:19:39 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-13 19:19:39 +0000 |
| commit | a6677bafe52d9988c9948df34c1635e4411c9591 (patch) | |
| tree | a3d05924fe6ff1a06c1abdfe1fa165e0d0546406 /makima/migrations | |
| parent | 5edaf1228b4e48a441b98c49f58de312b7924ed6 (diff) | |
| download | soryu-a6677bafe52d9988c9948df34c1635e4411c9591.tar.gz soryu-a6677bafe52d9988c9948df34c1635e4411c9591.zip | |
Fix worktree branching for directive tasks and remove memories
Diffstat (limited to 'makima/migrations')
| -rw-r--r-- | makima/migrations/20260213000000_drop_directive_memories.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makima/migrations/20260213000000_drop_directive_memories.sql b/makima/migrations/20260213000000_drop_directive_memories.sql new file mode 100644 index 0000000..8f683e5 --- /dev/null +++ b/makima/migrations/20260213000000_drop_directive_memories.sql @@ -0,0 +1,3 @@ +-- Drop the directive memories system +DROP TABLE IF EXISTS directive_memories; +ALTER TABLE directives DROP COLUMN IF EXISTS memory_enabled; |
