From 7686a892d556333194349f73fee3a268b6202d66 Mon Sep 17 00:00:00 2001 From: rsanchez <rsanchez@curisit.net> Date: Wed, 15 Oct 2014 16:52:56 +0000 Subject: [PATCH] #2021 config - Fixed some catalogs, LicenseType and Users --- securis/src/main/resources/db/schema.sql | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/securis/src/main/resources/db/schema.sql b/securis/src/main/resources/db/schema.sql index d3fdf49..b6337b0 100644 --- a/securis/src/main/resources/db/schema.sql +++ b/securis/src/main/resources/db/schema.sql @@ -51,6 +51,7 @@ license_type_id INT NOT NULL , key VARCHAR(100) NOT NULL , value VARCHAR(200) NULL , + mandatory BOOLEAN NOT NULL default true, PRIMARY KEY (license_type_id, key)); drop table IF EXISTS organization; @@ -88,6 +89,7 @@ key VARCHAR(100) NOT NULL , value VARCHAR(200) NULL , readonly BOOlEAN NOT NULL default false, + mandatory BOOLEAN NOT NULL default true, PRIMARY KEY (pack_id, key)); -- Gitblit v1.3.2