diff options
Diffstat (limited to 'db/structure.sql')
| -rw-r--r-- | db/structure.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/structure.sql b/db/structure.sql index 37316252119..ce7b51d067c 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -15837,7 +15837,8 @@ CREATE TABLE project_features ( metrics_dashboard_access_level integer, requirements_access_level integer DEFAULT 20 NOT NULL, operations_access_level integer DEFAULT 20 NOT NULL, - analytics_access_level integer DEFAULT 20 NOT NULL + analytics_access_level integer DEFAULT 20 NOT NULL, + security_and_compliance_access_level integer DEFAULT 10 NOT NULL ); CREATE SEQUENCE project_features_id_seq |
