Skip to content
Snippets Groups Projects
Commit 1421aaeb authored by Martin Mareš's avatar Martin Mareš
Browse files

DB: Opravení indexu kol

Kód kola už neexistuje.
parent db91cfbb
No related branches found
No related tags found
1 merge request!121Testovací prostředí
This commit is part of merge request !121. Comments created here will be created in the context of that merge request.
......@@ -149,8 +149,7 @@ CREATE TABLE rounds (
enroll_mode enroll_mode NOT NULL DEFAULT 'manual', -- režim přihlašování (pro vyšší kola vždy 'manual')
enroll_advert varchar(255) NOT NULL DEFAULT '', -- popis v přihlašovacím formuláři
export_score_to_mo_web boolean NOT NULL DEFAULT false, -- automaticky exportovat výsledkovou listinu na web MO
UNIQUE (year, category, seq, part),
UNIQUE (year, category, code, part)
UNIQUE (year, category, seq, part)
);
CREATE INDEX rounds_master_round_id_index ON rounds (master_round_id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment