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
!31
Malá oprava v db.ddl
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Malá oprava v db.ddl
honza/fix1
into
master
Overview
1
Commits
1
Changes
1
Merged
Jan Prachař
requested to merge
honza/fix1
into
master
4 years ago
Overview
1
Commits
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
db7e471e
1 commit,
4 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
db/db.ddl
+
2
−
2
Options
@@ -178,8 +178,8 @@ CREATE TABLE solutions (
final_submit int DEFAULT NULL REFERENCES papers(paper_id), -- verze odevzdání, která se má hodnotit
final_feedback int DEFAULT NULL REFERENCES papers(paper_id), -- verze komentáře opravovatelů, kterou má vidět účastník
points int DEFAULT NULL,
note text NOT NULL DEFAULT ''
-- komentář pro řešitele
org_note text NOT NULL DEFAULT ''
-- komentář viditelný jen organizátorům
note text NOT NULL DEFAULT ''
,
-- komentář pro řešitele
org_note text NOT NULL DEFAULT ''
,
-- komentář viditelný jen organizátorům
PRIMARY KEY (task_id, user_id)
);
Loading