add missing pesudo migration
This commit is contained in:
parent
56b98c278f
commit
32776dbe16
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue