forked from Dniel97/artemis
Update titles/idac/schema/item.py
This commit is contained in:
parent
581c1506a1
commit
ecd63c02e3
@ -233,7 +233,7 @@ vs_info = Table(
|
||||
Column("lose_now", Integer),
|
||||
Column("break_count", Integer),
|
||||
Column("break_penalty_flag", Boolean),
|
||||
Column("vsinfo_course_data", JSON),
|
||||
Column("vsinfo_course_data", JSON),
|
||||
UniqueConstraint("user", "battle_mode", name="idac_user_vs_info_uk"),
|
||||
mysql_charset="utf8mb4",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user