diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8b2389e06e..22a1ba5a7b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-07-21 Ramon Novoa + + * extras/pandoradb_migrate_v3.2_to_v4.0.sql: Removed already existing + tables. + 2011-07-21 Sergio Martin * include/functions_graph.php: Set default values to width and height diff --git a/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql b/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql index 24613389c3..79b3f02cf1 100644 --- a/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql +++ b/pandora_console/extras/pandoradb_migrate_v3.2_to_v4.0.sql @@ -94,13 +94,6 @@ ALTER TABLE `tsesion` CHANGE `ID_sesion` `id_sesion` bigint(20) unsigned NOT NUL ALTER TABLE `tsesion` CHANGE `ID_usuario` `id_usuario` varchar(60) NOT NULL default '0'; ALTER TABLE `tsesion` CHANGE `IP_origen` `ip_origen` varchar(100) NOT NULL default ''; --- ----------------------------------------------------- --- Table `ttrap` --- ----------------------------------------------------- -ALTER TABLE ttrap ADD `text` varchar(255) default ''; -ALTER TABLE ttrap ADD `description` varchar(255) default ''; -ALTER TABLE ttrap ADD `severity` tinyint(4) unsigned NOT NULL default '2'; - -- ----------------------------------------------------- -- Table `tusuario_perfil` -- -----------------------------------------------------