mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Typo fixed: remove information related to #users.auto_login_key in a script
that does nothing to this new column (confusing when greping the files of the project) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1593 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -32,7 +32,6 @@ if (!defined('PHPWG_ROOT_PATH'))
|
||||
|
||||
$upgrade_description = 'change username length in users table';
|
||||
|
||||
// add column auto_login_key
|
||||
$query = '
|
||||
ALTER TABLE '.PREFIX_TABLE.'users
|
||||
CHANGE username username VARCHAR(100) NOT NULL
|
||||
|
||||
@@ -32,7 +32,6 @@ if (!defined('PHPWG_ROOT_PATH'))
|
||||
|
||||
$upgrade_description = 'change the upgrade 22.6 - username is binary';
|
||||
|
||||
// add column auto_login_key
|
||||
$query = '
|
||||
ALTER TABLE '.PREFIX_TABLE.'users
|
||||
CHANGE username username VARCHAR(100) binary NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user