Skip to content

Commit

Permalink
Merge pull request elizaOS#1660 from 0xRider/patch-1
Browse files Browse the repository at this point in the history
fix: Update Supabase schema.sql
  • Loading branch information
monilpat authored Jan 2, 2025
2 parents dac0c5b + 213d865 commit 07191f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/adapter-supabase/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ CREATE VIEW memories AS
UNION ALL
SELECT * FROM memories_1024
UNION ALL
SELECT * FROM memories_768;
SELECT * FROM memories_768
UNION ALL
SELECT * FROM memories_384;

Expand Down Expand Up @@ -163,4 +163,4 @@ CREATE INDEX idx_participants_user ON participants("userId");
CREATE INDEX idx_participants_room ON participants("roomId");
CREATE INDEX idx_relationships_users ON relationships("userA", "userB");

COMMIT;
COMMIT;

0 comments on commit 07191f6

Please sign in to comment.