Skip to content

Commit 2b10682

Browse files
committed
tblLocation.RowID should not be mandatory on PG
1 parent 4281983 commit 2b10682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)