diff options
-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 7e437fd4f..454127a15 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1081,6 +1081,7 @@ function update_86() { $ret[] = update_sql("INSERT INTO {users_roles} (uid, rid) SELECT uid, rid FROM {users}"); // TODO: should we verify the insert above worked before dropping rid? $ret[] = update_sql("ALTER TABLE {users} DROP rid"); + return $ret; } function update_sql($sql) { |