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:
parent
f8221c0ef8
commit
3f7d4cbbc2
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue