Incorporated changes for release 1.4.0
This commit is contained in:
@@ -69,7 +69,7 @@ CREATE TABLE `config` (
|
||||
LOCK TABLES `config` WRITE;
|
||||
/*!40000 ALTER TABLE `config` DISABLE KEYS */;
|
||||
INSERT INTO `config` VALUES
|
||||
(1,'drs_version','1.3.3','1.3.3'),
|
||||
(1,'drs_version','1.4.0','1.4.0'),
|
||||
(5,'app_name','OpenDRS - Discrepancy Reporting System','OpenDRS Discrepancy Reporting System'),
|
||||
(6,'banner','1','1'),
|
||||
(7,'background_color','0B3144','0B3144'),
|
||||
@@ -99,7 +99,8 @@ INSERT INTO `config` VALUES
|
||||
(36,'functional_no','Non-functional','Non-functional'),
|
||||
(37,'functional_yes_short','OK','OK'),
|
||||
(38,'functional_no_short','INOP','INOP'),
|
||||
(39,'disc_drop_data','Name','Name');
|
||||
(39,'disc_drop_data','Name','Name'),
|
||||
(40,'access_mode','trusted','trusted');
|
||||
/*!40000 ALTER TABLE `config` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user