Skip to content

Commit c6b961f

Browse files
author
lruzicki
committed
OP-1360: added default value for created date
1 parent 5536a15 commit c6b961f

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
@@ -4048,7 +4048,7 @@ CREATE TABLE "public"."tblPremium" (
40484048
"AuditUserID" integer NOT NULL,
40494049
"PayerID" integer,
40504050
"PolicyID" integer NOT NULL,
4051-
"CreatedDate" DATE NOT NULL DEFAULT CURRENT_DATE,
4051+
"CreatedDate" date DEFAULT CURRENT_DATE NOT NULL,
40524052
"RowID" "text"
40534053
);
40544054

0 commit comments

Comments
 (0)