maidx: upgrade schema for uni+

This commit is contained in:
2023-02-27 11:55:51 -05:00
parent 806dd717e6
commit 1f2d12f318
6 changed files with 10 additions and 3 deletions

View File

@ -135,6 +135,7 @@ playlog = Table(
Column("isNewFree", Boolean),
Column("extNum1", Integer),
Column("extNum2", Integer),
Column("trialPlayAchievement", Integer),
mysql_charset='utf8mb4'
)