mirror of
https://github.com/renbaoshuo/UOJ-Luogu-RemoteJudge.git
synced 2024-11-09 16:38:48 +00:00
4 lines
221 B
SQL
4 lines
221 B
SQL
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_');
|