Skip to content

Commit 4a4693b

Browse files
committed
resolve rebase conflict
1 parent fac9fbe commit 4a4693b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oauth2_provider/migrations/0011_add_token_checksum.py renamed to oauth2_provider/migrations/0012_add_token_checksum.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
class Migration(migrations.Migration):
88
dependencies = [
9-
("oauth2_provider", "0010_application_allowed_origins"),
9+
("oauth2_provider", "0011_refreshtoken_token_family"),
10+
migrations.swappable_dependency(settings.OAUTH2_PROVIDER_ACCESS_TOKEN_MODEL),
1011
]
1112

1213
operations = [

0 commit comments

Comments
 (0)