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 ac14126 commit 1c537e7Copy full SHA for 1c537e7
database scripts/00_dump.sql
@@ -3223,7 +3223,7 @@ CREATE TABLE "public"."tblIMISDefaults" (
3223
"AppVersionImis" numeric(3,1),
3224
"APIKey" character varying(100),
3225
"ActivationOption" smallint DEFAULT 2 NOT NULL,
3226
- "BypassReviewClaim" boolean DEFAULT 0 NOT NULL);
+ "BypassReviewClaim" boolean DEFAULT true NOT NULL);
3227
3228
3229
-- ALTER TABLE "public"."tblIMISDefaults" OWNER TO "postgres";
0 commit comments