Commit ca621842 authored by catch's avatar catch
Browse files

Issue #3319845 by alexpott, larowlan, catch:...

Issue #3319845 by alexpott, larowlan, catch: user_post_update_update_migrated_roles_followup() needs to be a hook_update_N
parent 106db336
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -142,3 +142,7 @@ function user_update_9301(&$sandbox) {
    $connection->query("ALTER SEQUENCE " . $seq . " RESTART WITH " . ($maximum_uid + 1) . " OWNED BY {users}.uid");
  }
}

// Do not add further hook_update_N() implementations to this file.
// user_update_10000() has been added to 10.0.x which makes adding new updates
// extremely complex.