1
0
mirror of https://github.com/renbaoshuo/UOJ-Luogu-RemoteJudge.git synced 2024-10-18 08:28:49 +00:00
UOJ-Luogu-RemoteJudge/db/luogu_remote_judge.sql

4 lines
221 B
MySQL
Raw Normal View History

2023-03-21 12:13:51 +00:00
ALTER TABLE `problems` ADD `type` varchar(20) NOT NULL DEFAULT 'local';
ALTER TABLE `problems` ADD KEY `type` (`type`);
insert into judger_info (judger_name, password) values ('luogu_remote_judger', '_judger_password_');