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:
plegall 2006-11-06 22:23:46 +00:00
parent b84bfc6cba
commit 967f476b6b
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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