mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-15 04:47:32 +08:00
Something wrong
Add login table primary key
This commit is contained in:
Binary file not shown.
@@ -36,7 +36,7 @@ current_map text,
|
|||||||
ticket int
|
ticket int
|
||||||
);''')
|
);''')
|
||||||
c.execute('''create table if not exists login(access_token text,
|
c.execute('''create table if not exists login(access_token text,
|
||||||
user_id int,
|
user_id int primary key,
|
||||||
last_login_time int,
|
last_login_time int,
|
||||||
last_login_ip text,
|
last_login_ip text,
|
||||||
last_login_device text
|
last_login_device text
|
||||||
|
|||||||
Reference in New Issue
Block a user