Skip to content

Commit 1c537e7

Browse files
author
lruzicki
committed
OTC-1080: added default option for tblIMISDefaults
1 parent ac14126 commit 1c537e7

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
@@ -3223,7 +3223,7 @@ CREATE TABLE "public"."tblIMISDefaults" (
32233223
"AppVersionImis" numeric(3,1),
32243224
"APIKey" character varying(100),
32253225
"ActivationOption" smallint DEFAULT 2 NOT NULL,
3226-
"BypassReviewClaim" boolean DEFAULT 0 NOT NULL);
3226+
"BypassReviewClaim" boolean DEFAULT true NOT NULL);
32273227

32283228

32293229
-- ALTER TABLE "public"."tblIMISDefaults" OWNER TO "postgres";

0 commit comments

Comments
 (0)