Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 6e46403

Browse files
committed
Fix 1.7.0 migration graph
1 parent 94c6193 commit 6e46403

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 3.2.15 on 2023-04-12 17:46
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('oauth2_provider', '0005_auto_20211222_2352'),
10+
('oauth2_provider', '0009_remove_idtoken_token'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)