mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-05 15:07:27 +08:00
Fix a bug.
This commit is contained in:
@@ -206,7 +206,8 @@ clearedsongs_data text,
|
||||
unlocklist_data text,
|
||||
installid_data text,
|
||||
devicemodelname_data text,
|
||||
story_data text
|
||||
story_data text,
|
||||
createdAt int
|
||||
);''')
|
||||
c.execute('''create table if not exists present(present_id text primary key,
|
||||
expire_ts int,
|
||||
|
||||
Reference in New Issue
Block a user