Skip to content

Commit

Permalink
fix: url author migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Romaniuk committed Sep 16, 2021
1 parent 8278e35 commit 6b35bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/migrations/0042_alter_url_author.py
Expand Up @@ -13,6 +13,7 @@ class Migration(migrations.Migration):
]

operations = [
migrations.RunSQL("UPDATE urls set author = NULL"),
migrations.AlterField(
model_name="url",
name="author",
Expand Down

0 comments on commit 6b35bb0

Please sign in to comment.