Fixed an SQL error in the migration script.

This commit is contained in:
Ramon Novoa 2015-10-14 17:02:35 +02:00
parent 8277ad5bf2
commit c8cff22acb
1 changed files with 5 additions and 5 deletions

View File

@ -183,8 +183,8 @@ ALTER TABLE tagente_estado ADD COLUMN `last_dynamic_update` bigint(20) NOT NULL
-- --------------------------------------------------------------------- -- ---------------------------------------------------------------------
ALTER TABLE tgraph_source ADD COLUMN `label` varchar(150) DEFAULT ''; ALTER TABLE tgraph_source ADD COLUMN `label` varchar(150) DEFAULT '';
-- --------------------------------------------------------------------- -- ---------------------------------------------------------------------
--- Table `tevent_filter` -- Table `tevent_filter`
--- --------------------------------------------------------------------- -- ---------------------------------------------------------------------
-ALTER TABLE tevent_filter ADD COLUMN `id_agent_module` int(25) DEFAULT 0; ALTER TABLE tevent_filter ADD COLUMN `id_agent_module` int(25) DEFAULT 0;
-ALTER TABLE tevent_filter ADD COLUMN `id_agent` int(25) DEFAULT 0; ALTER TABLE tevent_filter ADD COLUMN `id_agent` int(25) DEFAULT 0;