Skip to content

Commit 2f7eff4

Browse files
pmbrullclaude
andcommitted
chore(bootstrap): add ENGINE=InnoDB to context_memory MySQL DDL
Explicit engine clause, consistent with the task/search-index tables in the same migration and robust to any server default change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e7c7d66 commit 2f7eff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrap/sql/migrations/native/2.0.0/mysql/schemaChanges.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,4 @@ CREATE TABLE IF NOT EXISTS context_memory (
354354
PRIMARY KEY (id),
355355
UNIQUE KEY unique_context_memory_name (nameHash),
356356
INDEX idx_context_memory_updated_at (updatedAt)
357-
) DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
357+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

0 commit comments

Comments
 (0)