Skip to content

Commit 2aac3c3

Browse files
committed
make sure to create postgres tables correctly
1 parent f33bd74 commit 2aac3c3

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
@@ -18,11 +18,11 @@ CREATE TABLE IF NOT EXISTS projects (
1818
project_details varchar,
1919
project_id varchar,
2020
project_type int,
21-
project_type_specifics json,
2221
required_results int,
2322
result_count int,
2423
status varchar,
2524
verification_number int,
25+
project_type_specifics json,
2626
PRIMARY KEY(project_id)
2727
);
2828

0 commit comments

Comments
 (0)