mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +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 '';
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user