Generate author_text field dynamically

This commit is contained in:
Mouse Reeve
2020-12-21 11:57:45 -08:00
parent 7081c0bb00
commit aac264c998
4 changed files with 32 additions and 7 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 3.0.7 on 2020-12-21 19:57
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bookwyrm', '0027_auto_20201220_2007'),
]
operations = [
migrations.RemoveField(
model_name='book',
name='author_text',
),
]