We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4afa22 commit 95ffc59Copy full SHA for 95ffc59
postgres/Dockerfile
@@ -1,7 +1,7 @@
1
FROM mdillon/postgis
2
3
COPY initdb.sql docker-entrypoint-initdb.d/
4
-#COPY serviceAccountKey.json serviceAccountKey.json
+COPY serviceAccountKey.json serviceAccountKey.json
5
6
# Copy backup scripts and make them executable
7
COPY backup/make_basebackup.sh make_basebackup.sh
postgres/initdb.sql
@@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS projects (
22
PRIMARY KEY (project_id)
23
);
24
25
-CREATE TABLE IF NOT EXISTS GROUPS (
+CREATE TABLE IF NOT EXISTS groups (
26
project_id varchar,
27
group_id varchar,
28
number_of_tasks int,
0 commit comments