Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 671f689

Browse files
knizhnikkelvich
authored andcommitted
Fix local_table table defintion
1 parent 11d0677 commit 671f689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster--1.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ LANGUAGE C;
4242

4343
CREATE TABLE IF NOT EXISTS mtm.ddl_log (issued timestamp with time zone not null, query text);
4444

45-
CREATE TABLE IF NOT EXISTS mtm.local_tables(rel_schema text, rel_name text, primary key pk(rel_schema, rel_name));
45+
CREATE TABLE IF NOT EXISTS mtm.local_tables(rel_schema text, rel_name text, primary key(rel_schema, rel_name));
4646

0 commit comments

Comments
 (0)