We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff8eb0 commit 9da86daCopy full SHA for 9da86da
contrib/upgrade-tests/common.sh
@@ -102,7 +102,4 @@ do_upgrades() {
102
# This should exit cleanly to indicate no needed migrations (if it doesn't, i.e. we still
103
# require migrations after doing a migration then Something Getting Wrong in migrations).
104
python3 -msogs --check-upgrades
105
-
106
- # Run the cleanup job to make sure we have the proper rooms.active_users values
107
- python3 -c 'from sogs.cleanup import cleanup; cleanup()'
108
}
0 commit comments