SYZOJ(https://github.com/syzoj/syzoj) 修改版
参考原版 部署指南。
semantic-ui
删除@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin);
blueimp-md5
删除对 AMDdefine
的支持以解决与monaco-editor
的冲突。
alter table contest add column scc_rule text after rank_open_time;
alter table user drop column nameplate;
BRAEAKING: Configure for secret classify code's color should be changed.
alter table secret add column email text after classify_code;
UPDATE judge_state SET score=0 WHERE score IS NULL;
alter table contest_player drop column time_spent;
alter table contest_secret drop index contest_secret_contest_id_secret;
alter table contest_secret drop index contest_secret_contest_id;
alter table contest_secret drop index contest_secret_user_id;
alter table contest_secret drop index contest_secret_user_id_contest_id;
alter table contest_secret rename column contest_id to type_id;
alter table contest_secret add column type int(11) DEFAULT NULL after secret;
update contest_secret set type=0;
RENAME TABLE contest_secret TO secret;
需同步升级 judge。
在 sandbox 中 apt install golang rustc fsharp
。