Skip to content

Commit 51851c2

Browse files
committed
Fix
1 parent d73c801 commit 51851c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scalardb-test/schema/tx_sensor.cql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ CREATE TABLE IF NOT EXISTS scalardb.namespaces (
3535
);
3636

3737
INSERT INTO scalardb.namespaces (name) VALUES ('sensor');
38+
INSERT INTO scalardb.namespaces (name) VALUES ('coordinator');
39+
INSERT INTO scalardb.namespaces (name) VALUES ('scalardb');

0 commit comments

Comments
 (0)