From 967f476b6bb6c3126753045b40a802d40995d647 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 6 Nov 2006 22:23:46 +0000 Subject: 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 --- install/db/22.6-database.php | 1 - install/db/22.8-database.php | 1 - 2 files changed, 2 deletions(-) (limited to 'install/db') diff --git a/install/db/22.6-database.php b/install/db/22.6-database.php index 80fe81e16..ef9302506 100644 --- a/install/db/22.6-database.php +++ b/install/db/22.6-database.php @@ -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 diff --git a/install/db/22.8-database.php b/install/db/22.8-database.php index 20cfbe079..4f5543cf1 100644 --- a/install/db/22.8-database.php +++ b/install/db/22.8-database.php @@ -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 -- cgit v1.2.3