aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2006-11-06 22:23:46 +0000
committerplegall <plg@piwigo.org>2006-11-06 22:23:46 +0000
commit967f476b6bb6c3126753045b40a802d40995d647 (patch)
tree1a3b40ae426e1632594e6796d270e95c615a2bdd
parentb84bfc6cba6ea88ec980bd926e47e2ac2fe6d35e (diff)
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
-rw-r--r--install/db/22.6-database.php1
-rw-r--r--install/db/22.8-database.php1
2 files changed, 0 insertions, 2 deletions
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