Added Enrique Camargo db changes to mr number 2
This commit is contained in:
parent
9e99bc4485
commit
efd28c0513
|
@ -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;
|
Loading…
Reference in New Issue