Added changes in db

This commit is contained in:
Arturo Gonzalez 2017-05-29 11:55:04 +02:00
parent 463c393c00
commit a4636f3435
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
START TRANSACTION;
ALTER TABLE tagent_custom_fields ADD is_password_type tinyint(1) NOT NULL DEFAULT 0;
COMMIT;

View File

@ -109,7 +109,7 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
('custom_report_front_logo', 'images/pandora_logo_white.jpg'),
('custom_report_front_header', ''),
('custom_report_front_footer', ''),
('MR', 1),
('MR', 2),
('identification_reminder', 1),
('identification_reminder_timestamp', 0),
('current_package_enterprise', '703'),