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
MO-P
Odevzdávací Systém MO
Merge requests
!86
Project 'mj/mo-submit' was moved to 'mo-p/osmo'. Please update any links and bookmarks that may still have the old path.
Registrace
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Registrace
mj/registrace
into
devel
Overview
49
Commits
38
Changes
5
Merged
Registrace
Martin Mareš
requested to merge
mj/registrace
into
devel
Jul 13, 2021
Overview
13
Commits
38
Changes
5
Implementace registrace podle
#220 (closed)
.
Edited
Aug 19, 2021
by
Martin Mareš
0
0
Merge request reports
Viewing commit
231a962a
Prev
Next
Show latest version
5 files
+
12
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
231a962a
Typy registračních požadavků přejmenovány na výstižnější názvy
· 231a962a
Martin Mareš
authored
Aug 30, 2021
db/db.ddl
+
2
−
2
View file @ 231a962a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -339,8 +339,8 @@ CREATE TABLE messages (
CREATE TYPE reg_req_type AS ENUM (
'register',
'change',
'reset'
'change
_email
',
'reset
_password
'
);
CREATE TABLE reg_requests (
Loading