Restore baseline migration checksum

This commit is contained in:
Agent Zero
2026-03-22 21:11:56 +00:00
parent c4275e3e84
commit 347805cc29

View File

@@ -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,