diff --git a/users/migrations/0016_user_is_primary_bot_user_owner_and_more.py b/users/migrations/0017_user_is_primary_bot_user_owner_and_more.py similarity index 98% rename from users/migrations/0016_user_is_primary_bot_user_owner_and_more.py rename to users/migrations/0017_user_is_primary_bot_user_owner_and_more.py index cc5403f562..9494e2b357 100644 --- a/users/migrations/0016_user_is_primary_bot_user_owner_and_more.py +++ b/users/migrations/0017_user_is_primary_bot_user_owner_and_more.py @@ -19,7 +19,7 @@ def migrate_is_primary_bot(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ ("auth", "0012_alter_user_first_name_max_length"), - ("users", "0015_user_metadata"), + ("users", "0016_user_api_access_tier"), ] operations = [