We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dac0c5b + 213d865 commit 07191f6Copy full SHA for 07191f6
packages/adapter-supabase/schema.sql
@@ -97,7 +97,7 @@ CREATE VIEW memories AS
97
UNION ALL
98
SELECT * FROM memories_1024
99
100
- SELECT * FROM memories_768;
+ SELECT * FROM memories_768
101
102
SELECT * FROM memories_384;
103
@@ -163,4 +163,4 @@ CREATE INDEX idx_participants_user ON participants("userId");
163
CREATE INDEX idx_participants_room ON participants("roomId");
164
CREATE INDEX idx_relationships_users ON relationships("userA", "userB");
165
166
-COMMIT;
+COMMIT;
0 commit comments