diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d8ea903252..c3923273f0 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-04-19 Ramon Novoa + + * pandoradb.sql: Fixed an error in last commit. + 2011-04-19 Ramon Novoa * include/functions_db.php, pandoradb.sql, diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index df39323ce8..df479e8b41 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -668,9 +668,6 @@ CREATE TABLE IF NOT EXISTS `tserver` ( -- 9 web -- TODO: drop 2.x xxxx_server fields, unused since server_type exists. -alter table spacetime change `id_sesion` bigint(20) unsigned NOT NULL auto_increment, - `id_usuario` varchar(60) NOT NULL default '0', - `ip_origen` varchar(100) NOT NULL default '', CREATE TABLE IF NOT EXISTS `tsesion` ( `id_sesion` bigint(20) unsigned NOT NULL auto_increment, `id_usuario` varchar(60) NOT NULL default '0',