forked from shaba/openuds
upgraded migrations to adapt to MFA
This commit is contained in:
parent
8ec815a75b
commit
1008bf988a
@ -1,4 +1,4 @@
|
||||
# Generated by Django 4.0.3 on 2022-06-28 16:26
|
||||
# Generated by Django 4.0.3 on 2022-07-05 12:43
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
@ -8,7 +8,7 @@ import uds.models.notifications
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('uds', '0043_auto_20220623_1934'),
|
||||
('uds', '0043_auto_20220704_2120'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
Loading…
Reference in New Issue
Block a user