aboutsummaryrefslogtreecommitdiffstats
path: root/install/db/22.8-database.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/db/22.8-database.php')
-rw-r--r--install/db/22.8-database.php1
1 files changed, 0 insertions, 1 deletions
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