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
!27
Tolerování nekorektních PDF
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Tolerování nekorektních PDF
mj/pdf-errors
into
master
Overview
0
Commits
4
Changes
3
Merged
Tolerování nekorektních PDF
Martin Mareš
requested to merge
mj/pdf-errors
into
master
Jan 26, 2021
Overview
0
Commits
4
Changes
3
0
0
Merge request reports
Viewing commit
38ba4352
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
38ba4352
DB: papers.broken
· 38ba4352
Martin Mareš
authored
Jan 26, 2021
db/db.ddl
+
2
−
1
View file @ 38ba4352
Edit in single-file editor
Open in Web IDE
Show full file
@@ -163,7 +163,8 @@ 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
broken bool NOT NULL DEFAULT false -- poničené PDF přijaté s varováním
);
CREATE INDEX papers_for_task_index ON papers (for_task);
Loading