Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!105
Zjednoznačnění výsledkovky & postup výběrem
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Zjednoznačnění výsledkovky & postup výběrem
jirka/vysledkovky-a-postup
into
devel
Overview
18
Commits
6
Changes
10
Merged
Jiří Setnička
requested to merge
jirka/vysledkovky-a-postup
into
devel
3 years ago
Overview
18
Commits
6
Changes
10
Expand
Obsahuje:
#233 (closed)
Postup do dalšího kola výběrem účastníků
#210 (closed)
Ruční zjednoznačnění pořadí
#238 (closed)
Výsledkové listiny pro hierarchii soutěží
Edited
3 years ago
by
Jiří Setnička
0
0
Merge request reports
Compare
devel
version 5
38a4332b
3 years ago
version 4
582a04ce
3 years ago
version 3
e8c3f45a
3 years ago
version 2
7f9fe3db
3 years ago
version 1
420b771c
3 years ago
devel (base)
and
latest version
latest version
cca91fd4
6 commits,
3 years ago
version 5
38a4332b
6 commits,
3 years ago
version 4
582a04ce
5 commits,
3 years ago
version 3
e8c3f45a
5 commits,
3 years ago
version 2
7f9fe3db
5 commits,
3 years ago
version 1
420b771c
2 commits,
3 years ago
10 files
+
212
−
45
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
db/db.ddl
+
1
−
0
Options
@@ -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