1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-18 16:54:36 +00:00

fix: b433a907e538222440a05d65a94908d686809473

This commit is contained in:
Baoshuo Ren 2022-10-20 06:41:10 +08:00
parent 2bea966b08
commit 6710e80090
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -817,6 +817,7 @@ CREATE TABLE `user_info` (
`last_visited` timestamp NOT NULL DEFAULT 0,
`images_size_limit` int(11) UNSIGNED NOT NULL DEFAULT 104857600, /* 100 MiB */
`codeforces_handle` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`github` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`username`),
KEY `ac_num` (`ac_num`,`username`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;