We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d292c2 commit e61441fCopy full SHA for e61441f
supascript--1.4.sql
@@ -18,8 +18,6 @@ CREATE TABLE IF NOT EXISTS supascript_log
18
query text,
19
content jsonb
20
);
21
-ALTER PUBLICATION supabase_realtime DROP TABLE supascript_log;
22
-ALTER PUBLICATION supabase_realtime ADD TABLE supascript_log;
23
24
CREATE TABLE IF NOT EXISTS SUPASCRIPT_JS_MODULES (MODULE text UNIQUE PRIMARY KEY,
25
AUTOLOAD BOOL DEFAULT FALSE,
@@ -170,3 +168,6 @@ AS $$
170
168
this.load(row.module, row.source);
171
169
});
172
$$ LANGUAGE PLV8;
+ALTER PUBLICATION supabase_realtime ADD TABLE supascript_log;
+
173
0 commit comments