2011-04-19 Ramon Novoa <rnovoa@artica.es>

* pandoradb.sql: Fixed an error in last commit.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4255 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2011-04-19 16:32:29 +00:00
parent 631ba5b006
commit 7b172dc929
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2011-04-19 Ramon Novoa <rnovoa@artica.es>
* pandoradb.sql: Fixed an error in last commit.
2011-04-19 Ramon Novoa <rnovoa@artica.es>
* include/functions_db.php, pandoradb.sql,

View File

@ -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',