diff --git a/migrations/V1__baseline_memories.sql b/migrations/V1__baseline_memories.sql index 625cac7..70fe608 100644 --- a/migrations/V1__baseline_memories.sql +++ b/migrations/V1__baseline_memories.sql @@ -1,7 +1,3 @@ --- Run OpenBrain migrations as the same database role that owns these objects. --- Existing installs with a differently owned memories table must transfer --- ownership before this baseline migration can apply ALTER TABLE changes. - CREATE TABLE IF NOT EXISTS memories ( id UUID PRIMARY KEY, agent_id VARCHAR(255) NOT NULL,