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

DB: Ujasnění, že dělená kola mají vždy part > 0

parent 53f6d9f9
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ CREATE TABLE rounds (
year int NOT NULL, -- ročník MO
category varchar(2) NOT NULL, -- "A", "Z5" apod.
seq int NOT NULL, -- 1=domácí kolo atd.
part int NOT NULL DEFAULT 0, -- část kola (u dělených kol)
part int NOT NULL DEFAULT 0, -- část kola (nenulová u dělených kol)
level int NOT NULL, -- úroveň hierarchie míst
name varchar(255) NOT NULL, -- zobrazované jméno ("Krajské kolo" apod.)
state round_state NOT NULL DEFAULT 'preparing', -- stav kola
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment