add missing pesudo migration

This commit is contained in:
Your Name 2024-01-27 11:47:55 -05:00 committed by Henri Dickson
parent 56b98c278f
commit 32776dbe16

View file

@ -336,6 +336,7 @@ class Migration(migrations.Migration):
("wishlist", "未开始"),
("progress", "进行中"),
("complete", "完成"),
("dropped", "放弃"),
],
max_length=100,
),
@ -462,6 +463,7 @@ class Migration(migrations.Migration):
("wishlist", "未开始"),
("progress", "进行中"),
("complete", "完成"),
("dropped", "放弃"),
],
max_length=100,
null=True,