custom questions
This commit is contained in:
18
bookwyrm/migrations/0148_rename_question_user_answer.py
Normal file
18
bookwyrm/migrations/0148_rename_question_user_answer.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.12 on 2022-03-05 11:08
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bookwyrm', '0147_alter_user_question'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='user',
|
||||
old_name='question',
|
||||
new_name='answer',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user