depot/web/quotes/quotedb/migrations/0003_auto_20210120_2204.py

20 lines
401 B
Python

# Generated by Django 3.1.5 on 2021-01-20 22:04
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("quotedb", "0002_auto_20210120_0039"),
]
operations = [
migrations.RemoveField(
model_name="quote",
name="references",
),
migrations.DeleteModel(
name="Person",
),
]