Skip to content
Snippets Groups Projects
Commit f75940f0 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'fix/oauth-checksum-migration' into 'master'

Fix the oauth toolkit checksum migration

See merge request !1702
parents 21ba8b9e 729a3a68
No related branches found
No related tags found
1 merge request!1702Fix the oauth toolkit checksum migration
Pipeline #195641 canceled
......@@ -26,7 +26,7 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='oauthaccesstoken',
name='token_checksum',
field=oauth2_provider.models.TokenChecksumField(db_index=True, default='', max_length=64, unique=True, blank=True),
field=oauth2_provider.models.TokenChecksumField(default='', max_length=64, blank=True),
preserve_default=False,
),
migrations.RunPython(forwards_func, migrations.RunPython.noop),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment