We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fb674 commit b47c712Copy full SHA for b47c712
database scripts/00_dump.sql
@@ -3222,7 +3222,7 @@ CREATE TABLE "public"."tblIMISDefaults" (
3222
"AppVersionFeedbackRenewal" numeric(3,1),
3223
"AppVersionImis" numeric(3,1),
3224
"APIKey" character varying(100),
3225
- "ActivationOption" smallint NOT NULL,
+ "ActivationOption" smallint DEFAULT 2 NOT NULL,
3226
"BypassReviewClaim" boolean NOT NULL);
3227
3228
0 commit comments