Skip to content
Snippets Groups Projects

Zjednoznačnění výsledkovky & postup výběrem

4 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -177,6 +177,7 @@ CREATE TABLE participations (
contest_id int NOT NULL REFERENCES contests(contest_id),
place_id int NOT NULL REFERENCES places(place_id), -- konkrétní soutěžní místo (default: region contestu)
state part_state NOT NULL,
score_suborder int DEFAULT NULL,
PRIMARY KEY (user_id, contest_id)
);
Loading