Skip to content

Commit 2f808c9

Browse files
Merge pull request #299 from mapswipe/hotfix
Syntax error correction.
2 parents 2713c28 + 07b5dc5 commit 2f808c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/initdb.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ CREATE TABLE IF NOT EXISTS results_temp (
103103
"timestamp" timestamp,
104104
start_time timestamp,
105105
end_time timestamp,
106-
result int,
106+
result int
107107
);
108108

0 commit comments

Comments
 (0)