Skip to content

Commit 95ffc59

Browse files
committed
work on comments #238
1 parent c4afa22 commit 95ffc59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mdillon/postgis
22

33
COPY initdb.sql docker-entrypoint-initdb.d/
4-
#COPY serviceAccountKey.json serviceAccountKey.json
4+
COPY serviceAccountKey.json serviceAccountKey.json
55

66
# Copy backup scripts and make them executable
77
COPY backup/make_basebackup.sh make_basebackup.sh

postgres/initdb.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS projects (
2222
PRIMARY KEY (project_id)
2323
);
2424

25-
CREATE TABLE IF NOT EXISTS GROUPS (
25+
CREATE TABLE IF NOT EXISTS groups (
2626
project_id varchar,
2727
group_id varchar,
2828
number_of_tasks int,

0 commit comments

Comments
 (0)