From e410237cb792d706780d7eede995db16edc251aa Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Wed, 19 Oct 2016 10:29:40 +0200 Subject: [PATCH] New networkmaps (New data to relations db) --- pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql b/pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql index 04fb53b8be..be989616d2 100644 --- a/pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql +++ b/pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql @@ -47,6 +47,7 @@ ALTER TABLE titem MODIFY `source_data` int(10) unsigned; -- --------------------------------------------------------------------- ALTER TABLE trel_item ADD `id_parent_source_data` int(11) NOT NULL DEFAULT 0; ALTER TABLE trel_item ADD `id_child_source_data` int(11) NOT NULL DEFAULT 0; +ALTER TABLE trel_item ADD `id_map` int(11) NOT NULL DEFAULT 0; -- --------------------------------------------------------------------- -- Table `tconfig`