Skip to content

Commit

Permalink
bug 3141 fixed: forget to change piwigo_structure-mysql.sql in r29111…
Browse files Browse the repository at this point in the history
… for feature 3050

git-svn-id: http://piwigo.org/svn/trunk@29666 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Sep 20, 2014
1 parent b0cc8f1 commit f98dd75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/piwigo_structure-mysql.sql
Expand Up @@ -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`)
Expand Down

0 comments on commit f98dd75

Please sign in to comment.