Skip to content

Commit 5ce8fa1

Browse files
authored
Fixed users migration consequence (#3972)
* Fixed users migration conflict * Fixed users migration conflict
1 parent e179873 commit 5ce8fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

users/migrations/0016_user_is_primary_bot_user_owner_and_more.py renamed to users/migrations/0017_user_is_primary_bot_user_owner_and_more.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def migrate_is_primary_bot(apps, schema_editor):
1919
class Migration(migrations.Migration):
2020
dependencies = [
2121
("auth", "0012_alter_user_first_name_max_length"),
22-
("users", "0015_user_metadata"),
22+
("users", "0016_user_api_access_tier"),
2323
]
2424

2525
operations = [

0 commit comments

Comments
 (0)