diff options
Diffstat (limited to 'install/upgrade_1.5.0.php')
-rw-r--r-- | install/upgrade_1.5.0.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/install/upgrade_1.5.0.php b/install/upgrade_1.5.0.php index 8707c981f..2f69ffe10 100644 --- a/install/upgrade_1.5.0.php +++ b/install/upgrade_1.5.0.php @@ -468,9 +468,6 @@ ALTER TABLE '.PREFIX_TABLE.'users } } -$query = ' -ALTER TABLE '.PREFIX_TABLE.'users - ADD auto_login_key varchar(64) NOT NULL -;'; -pwg_query($query); +// now we upgrade from 1.6.0 to 1.6.2 +include_once(PHPWG_ROOT_PATH.'install/upgrade_1.6.0.php'); ?> |