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
!14
Asynchronní joby
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Asynchronní joby
mj/jobs
into
devel
Overview
0
Commits
12
Changes
25
Merged
Asynchronní joby
Martin Mareš
requested to merge
mj/jobs
into
devel
Jan 10, 2021
Overview
0
Commits
12
Changes
14
0
0
Merge request reports
Compare
version 1
version 6
88f128e6
Jan 11, 2021
version 5
c5b6dfd8
Jan 11, 2021
version 4
8b1f97b6
Jan 11, 2021
version 3
f48515a3
Jan 10, 2021
version 2
d5d5e211
Jan 10, 2021
version 1
53e29a62
Jan 10, 2021
devel (base)
and
version 6
latest version
07d3b23c
12 commits,
Jan 11, 2021
version 6
88f128e6
16 commits,
Jan 11, 2021
version 5
c5b6dfd8
15 commits,
Jan 11, 2021
version 4
8b1f97b6
14 commits,
Jan 11, 2021
version 3
f48515a3
9 commits,
Jan 10, 2021
version 2
d5d5e211
10 commits,
Jan 10, 2021
version 1
53e29a62
11 commits,
Jan 10, 2021
Show latest version
14 files
+
248
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
db/db.ddl
+
1
−
1
View file @ 88f128e6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -158,7 +158,7 @@ CREATE TABLE papers (
pages int DEFAULT NULL, -- počet stránek
bytes int DEFAULT NULL, -- velikost souboru
file_name varchar(255) NOT NULL, -- relativní cesta k souboru
note text NOT NULL DEFAULT
""
-- komentář uploadujícího
note text NOT NULL DEFAULT
''
-- komentář uploadujícího
);
-- Odevzdané řešení
Loading