diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-11-08 08:27:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-11-08 08:27:42 +0000 |
commit | b6172b66531089ce81cea11ebef7e387010c72ec (patch) | |
tree | 952adba1074d1d5674a4a82deabfcedc61722e9b | |
parent | 3769665b33d3117324e34d58e47c4369ae0c4f16 (diff) | |
download | brdo-b6172b66531089ce81cea11ebef7e387010c72ec.tar.gz brdo-b6172b66531089ce81cea11ebef7e387010c72ec.tar.bz2 |
- Remove old variables from variable-table.
-rw-r--r-- | database/updates.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database/updates.inc b/database/updates.inc index 148119757..6fbaa3858 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1971,6 +1971,7 @@ function update_111() { $ret = array(); if ($GLOBALS['db_type'] == 'mysql') { + $ret[] = update_sql('DELETE FROM {variable} WHERE name LIKE 'throttle_%'; $ret[] = update_sql('ALTER TABLE {sessions} ADD PRIMARY KEY sid (sid)'); } |