Added Enrique Camargo db changes to mr number 2

This commit is contained in:
Arturo Gonzalez 2017-06-01 11:28:24 +02:00
parent 9e99bc4485
commit efd28c0513
1 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@ START TRANSACTION;
ALTER TABLE tagent_custom_fields ADD is_password_type tinyint(1) NOT NULL DEFAULT 0;
ALTER TABLE treport_content ADD COLUMN historical_db tinyint(1) NOT NULL DEFAULT 0;
COMMIT;