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:
parent
b84bfc6cba
commit
967f476b6b
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue