diff --git a/pandora_console/extras/mr/2.sql b/pandora_console/extras/mr/2.sql index b7784ad87e..f246a1900d 100644 --- a/pandora_console/extras/mr/2.sql +++ b/pandora_console/extras/mr/2.sql @@ -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; \ No newline at end of file