Skip to content

Commit 31540a8

Browse files
committed
chore(passport): migrations add run_before
1 parent 64d60f0 commit 31540a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rootfs/api/migrations/0002_application.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ class Migration(migrations.Migration):
1313
('api', '0001_initial'),
1414
]
1515

16+
run_before = [
17+
('oauth2_provider', '0001_initial'),
18+
]
19+
1620
operations = [
1721
migrations.CreateModel(
1822
name='Application',

0 commit comments

Comments
 (0)