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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!99
Custom kód kola
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Custom kód kola
mj/kod-kola
into
devel
Overview
1
Commits
2
Changes
3
Merged
Custom kód kola
Martin Mareš
requested to merge
mj/kod-kola
into
devel
Sep 29, 2021
Overview
1
Commits
2
Changes
3
Implementuje
#173 (closed)
.
0
0
Merge request reports
Viewing commit
702a9a20
Prev
Next
Show latest version
3 files
+
7
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
702a9a20
DB: Zavedení custom kódu kola
· 702a9a20
Martin Mareš
authored
Sep 29, 2021
db/db.ddl
+
1
−
0
View file @ 702a9a20
Edit in single-file editor
Open in Web IDE
Show full file
@@ -115,6 +115,7 @@ CREATE TABLE rounds (
seq int NOT NULL, -- 1=domácí kolo atd.
part int NOT NULL DEFAULT 0, -- část kola (nenulová u dělených kol)
level int NOT NULL, -- úroveň hierarchie míst
code varchar(255) NOT NULL DEFAULT '', -- kód kola ("1", "S" apod.), prázdný=podle seq
name varchar(255) NOT NULL, -- zobrazované jméno ("Krajské kolo" apod.)
state round_state NOT NULL DEFAULT 'preparing', -- stav kola
tasks_file varchar(255) DEFAULT NULL, -- jméno souboru se zadáním úloh
Loading