Skip to content
Snippets Groups Projects
Verified Commit 273bff97 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Revert "fix: migrate empty tags as []"

This reverts commit 3c611393.
parent 3c611393
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,6 @@ def split_old_tags(apps, _): ...@@ -12,11 +12,6 @@ def split_old_tags(apps, _):
note.save() note.save()
for note in Note.objects.filter(old_tags=""):
note.tags = json.dumps([])
note.save()
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment