Skip to content

Commit be42cc7

Browse files
committed
resolve conflicting migrations.
1 parent 8ab8f8d commit be42cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/migrations/0008_add_hash_client_secret.py renamed to oauth2_provider/migrations/0009_add_hash_client_secret.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('oauth2_provider', '0007_application_post_logout_redirect_uris'),
9+
('oauth2_provider', '0008_alter_accesstoken_token'),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)