new migrations file
This commit is contained in:
parent
48b0a6ba07
commit
c0ad8e994a
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 4.2.2 on 2023-07-10 18:14
|
||||
# Generated by Django 4.2.2 on 2023-07-10 19:16
|
||||
|
||||
import bird.models
|
||||
from django.conf import settings
|
||||
|
@ -12,9 +12,9 @@ class Migration(migrations.Migration):
|
|||
initial = True
|
||||
|
||||
dependencies = [
|
||||
("rescuer", "0001_initial"),
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
("aviary", "0003_alter_aviary_condition"),
|
||||
("rescuer", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@ -119,7 +119,6 @@ class Migration(migrations.Migration):
|
|||
(
|
||||
"find_circumstances",
|
||||
models.ForeignKey(
|
||||
default=1,
|
||||
on_delete=django.db.models.deletion.CASCADE,
|
||||
to="bird.circumstance",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue