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`