Skip to content

Commit 2a00413

Browse files
authored
Merge pull request #4 from openimis/release/22.10
Release/22.10
2 parents 2c09811 + 2b10682 commit 2a00413

File tree

3 files changed

+5
-526
lines changed

3 files changed

+5
-526
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM postgres:13-alpine
2+
3+
4+
COPY ["database scripts/00_dump.sql", "database scripts/0[2345]_*.sql", "database scripts/demo_db.sql", "/docker-entrypoint-initdb.d/"]

database scripts/00_dump.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2733,7 +2733,7 @@ CREATE TABLE "public"."tblLocations" (
27332733
"Families" integer,
27342734
"AuditUserId" integer,
27352735
"ParentLocationId" integer,
2736-
"RowId" "text" NOT NULL
2736+
"RowId" "text" NULL
27372737
);
27382738

27392739

0 commit comments

Comments
 (0)