mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-15 04:07:29 +08:00
chuni: add userbox sub trophy, fix unlock challenge
This commit is contained in:
@@ -293,7 +293,7 @@ unlock_challenge = Table(
|
||||
Column("conditionType", Integer),
|
||||
Column("score", Integer),
|
||||
Column("life", Integer),
|
||||
Column("clearDate", TIMESTAMP),
|
||||
Column("clearDate", TIMESTAMP, server_default=func.now()),
|
||||
UniqueConstraint(
|
||||
"version", "user", "unlockChallengeId", name="chuni_item_unlock_challenge_uk"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user