1
0
Fork 0

i ate one )

This commit is contained in:
phantomlan 2023-11-09 03:10:48 +01:00 committed by phantomlan
parent f81c53558e
commit 530016ef84
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ present = Table(
Column("message", String(255)),
Column("startDate", String(25), nullable=False),
Column("endDate", String(25), nullable=False),
UniqueConstraint("version", "presentId", "rewardId", name="ongeki_static_present_list_uk",
UniqueConstraint("version", "presentId", "rewardId", name="ongeki_static_present_list_uk"),
mysql_charset="utf8mb4",
)