Skip to content

Commit

Permalink
Merge pull request #91 from uktrade/revert-88-hotfix/migrations
Browse files Browse the repository at this point in the history
Revert "fix: text_in_answer already exists and prevents further migrations"
  • Loading branch information
nboyse authored Feb 17, 2025
2 parents 6d38388 + ab32ffb commit 516890c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Migration(migrations.Migration):
]

operations = [
migrations.AlterField(
migrations.AddField(
model_name="citation",
name="text_in_answer",
field=models.TextField(
Expand Down

0 comments on commit 516890c

Please sign in to comment.