2012-12-10 Sancho Lerena <slerena@artica.es>

* pandoradb.sql: removed utimestamp index on tsesion.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7253 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2012-12-10 19:22:56 +00:00
parent f8221c0ef8
commit 3f7d4cbbc2
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2012-12-10 Sancho Lerena <slerena@artica.es>
* pandoradb.sql: removed utimestamp index on tsesion.
* include/config_process.php,
install.php,
index.php: Version build update.

View File

@ -882,7 +882,6 @@ CREATE TABLE IF NOT EXISTS `tsesion` (
`fecha` datetime NOT NULL default '1970-01-01 00:00:00',
`utimestamp` bigint(20) unsigned NOT NULL default '0',
PRIMARY KEY (`id_sesion`),
KEY `idx_utimestamp` (`utimestamp`),
KEY `idx_user` (`id_usuario`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;