Fixing migrations
This commit is contained in:
parent
7f6875f3c4
commit
c639020ac9
@ -1,4 +1,4 @@
|
|||||||
# Generated by Django 3.2.7 on 2022-11-19 11:41
|
# Generated by Django 3.2.7 on 2022-11-19 01:24
|
||||||
|
|
||||||
import byostorage.user
|
import byostorage.user
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
@ -12,8 +12,8 @@ class Migration(migrations.Migration):
|
|||||||
initial = True
|
initial = True
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('byostorage', '0004_alter_userstorage_storage'),
|
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||||
|
('byostorage', '0006_alter_userstorage_settings_data'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Generated by Django 3.2.7 on 2022-11-19 11:41
|
# Generated by Django 3.2.7 on 2022-11-19 01:24
|
||||||
|
|
||||||
import byostorage.user
|
import byostorage.user
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
@ -12,9 +12,9 @@ class Migration(migrations.Migration):
|
|||||||
initial = True
|
initial = True
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('interface', '0001_initial'),
|
|
||||||
('byostorage', '0004_alter_userstorage_storage'),
|
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||||
|
('byostorage', '0006_alter_userstorage_settings_data'),
|
||||||
|
('interface', '0001_initial'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user