(fix) removed trailing ;

This commit is contained in:
Ludovic Marcotte
2018-09-21 14:03:03 -04:00
parent fc3224b802
commit f49ad93b3b

View File

@@ -12,4 +12,4 @@ CREATE TABLE @{tableName} (
c_version INT NOT NULL,
c_deleted INT NULL,
CONSTRAINT @{tableName}_pkey PRIMARY KEY (c_folder_id, c_name)
);
)