diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2476c7e433c067cca6b3e60579cecb0981596331..6f76440ef67f71a05878f4de45d807b69efd380e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -23,6 +23,7 @@ Fixed
 * New Persons were not added to selected primary group on creation
 * In some browsers, AlekSIS was not categorised as an installable PWA.
 * Announcements without any recipient had a line to display recipients
+* Missing migrations for update of OAuth library
 
 `3.1.5`_ - 2023-09-02
 ---------------------
diff --git a/aleksis/core/migrations/0062_oauth_update.py b/aleksis/core/migrations/0050_oauth_update.py
similarity index 94%
rename from aleksis/core/migrations/0062_oauth_update.py
rename to aleksis/core/migrations/0050_oauth_update.py
index dda1f39f46fbe62ad41baf00b6921d573ecb9fd3..8cdbcf0ab151ec03d07ceeccf3e8f4b45de79b21 100644
--- a/aleksis/core/migrations/0062_oauth_update.py
+++ b/aleksis/core/migrations/0050_oauth_update.py
@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
 
     dependencies = [
         migrations.swappable_dependency(settings.AUTH_USER_MODEL),
-        ('core', '0061_remove_group_additional_fields'),
+        ('core', '0049_oauthapplication_post_logout_redirect_uris'),
     ]
 
     operations = [