Skip to content

Commit 07191f6

Browse files
authored
Merge pull request #1660 from 0xRider/patch-1
fix: Update Supabase schema.sql
2 parents dac0c5b + 213d865 commit 07191f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/adapter-supabase/schema.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ CREATE VIEW memories AS
9797
UNION ALL
9898
SELECT * FROM memories_1024
9999
UNION ALL
100-
SELECT * FROM memories_768;
100+
SELECT * FROM memories_768
101101
UNION ALL
102102
SELECT * FROM memories_384;
103103

@@ -163,4 +163,4 @@ CREATE INDEX idx_participants_user ON participants("userId");
163163
CREATE INDEX idx_participants_room ON participants("roomId");
164164
CREATE INDEX idx_relationships_users ON relationships("userA", "userB");
165165

166-
COMMIT;
166+
COMMIT;

0 commit comments

Comments
 (0)