bookwyrm-mastodon/bookwyrm/migrations/0028_remove_book_author_tex...

18 lines
332 B
Python
Raw Normal View History

2020-12-21 14:57:45 -05:00
# Generated by Django 3.0.7 on 2020-12-21 19:57
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
2021-03-08 11:49:10 -05:00
("bookwyrm", "0027_auto_20201220_2007"),
2020-12-21 14:57:45 -05:00
]
operations = [
migrations.RemoveField(
2021-03-08 11:49:10 -05:00
model_name="book",
name="author_text",
2020-12-21 14:57:45 -05:00
),
]