Skip to content

Commit b47c712

Browse files
author
lruzicki
committed
OTC-1080: added default option for tblIMISDefaults
1 parent 43fb674 commit b47c712

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
@@ -3222,7 +3222,7 @@ CREATE TABLE "public"."tblIMISDefaults" (
32223222
"AppVersionFeedbackRenewal" numeric(3,1),
32233223
"AppVersionImis" numeric(3,1),
32243224
"APIKey" character varying(100),
3225-
"ActivationOption" smallint NOT NULL,
3225+
"ActivationOption" smallint DEFAULT 2 NOT NULL,
32263226
"BypassReviewClaim" boolean NOT NULL);
32273227

32283228

0 commit comments

Comments
 (0)