mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed an SQL error in the migration script.
This commit is contained in:
parent
8277ad5bf2
commit
c8cff22acb
@ -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 '';
|
||||
|
||||
-- ---------------------------------------------------------------------
|
||||
--- Table `tevent_filter`
|
||||
--- ---------------------------------------------------------------------
|
||||
-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;
|
||||
-- ---------------------------------------------------------------------
|
||||
-- Table `tevent_filter`
|
||||
-- ---------------------------------------------------------------------
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user