Skip to content

Commit f78e51f

Browse files
committed
Rebase database migration
1 parent 48be189 commit f78e51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/migrations/0011_improve_application_hash_client_secret_help_text.py renamed to oauth2_provider/migrations/0013_improve_application_hash_client_secret_help_text.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', '0010_application_allowed_origins'),
9+
('oauth2_provider', '0012_add_token_checksum'),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)