Skip to content

Commit bf1bf6c

Browse files
committed
panics
1 parent ef99103 commit bf1bf6c

File tree

1 file changed

+1
-1
lines changed
  • crates/parser/tests/data/statements/valid

1 file changed

+1
-1
lines changed

crates/parser/tests/data/statements/valid/0050.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- CREATE PUBLICATION mypublication FOR TABLE users, departments;
1+
CREATE PUBLICATION mypublication FOR TABLE users, departments;
22
-- CREATE PUBLICATION active_departments FOR TABLE departments WHERE (active IS TRUE);
33
CREATE PUBLICATION alltables FOR ALL TABLES;
44
-- CREATE PUBLICATION insert_only FOR TABLE mydata WITH (publish = 'insert');

0 commit comments

Comments
 (0)