mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
bug 3141 fixed: forget to change piwigo_structure-mysql.sql in r29111 for feature 3050
git-svn-id: http://piwigo.org/svn/trunk@29666 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -430,7 +430,8 @@ CREATE TABLE `piwigo_user_infos` (
|
||||
`registration_date` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`enabled_high` enum('true','false') NOT NULL default 'true',
|
||||
`level` tinyint unsigned NOT NULL default '0',
|
||||
`activation_key` char(20) default NULL,
|
||||
`activation_key` varchar(255) default NULL,
|
||||
`activation_key_expire` datetime default NULL,
|
||||
`lastmodified` TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`user_id`),
|
||||
KEY `lastmodified` (`lastmodified`)
|
||||
|
||||
Reference in New Issue
Block a user