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
!5
Základ práce s uživateli
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Základ práce s uživateli
jirka/users
into
master
Overview
17
Commits
6
Changes
12
2 open threads
Show all comments
Merged
Základ práce s uživateli
Jiří Setnička
requested to merge
jirka/users
into
master
Jan 1, 2021
Overview
17
Commits
6
Changes
12
2 open threads
Show all comments
0
0
Merge request reports
Compare
master
version 3
099aa66f
Jan 1, 2021
version 2
5d80f7b3
Jan 1, 2021
version 1
6c999be6
Jan 1, 2021
master (base)
and
version 3
latest version
42947462
6 commits,
Jan 2, 2021
version 3
099aa66f
4 commits,
Jan 1, 2021
version 2
5d80f7b3
4 commits,
Jan 1, 2021
version 1
6c999be6
4 commits,
Jan 1, 2021
12 files
+
604
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
db/db.ddl
+
1
−
0
View file @ 42947462
Edit in single-file editor
Open in Web IDE
Show full file
@@ -16,6 +16,7 @@ CREATE TABLE users (
last_login_at timestamp with time zone DEFAULT NULL,
reset_at timestamp with time zone DEFAULT NULL, -- poslední požadavek na reset hesla
password_hash varchar(255) DEFAULT NULL -- heš hesla (je-li nastaveno)
note text NOT NULL DEFAULT '' -- poznámka viditelná pro orgy
);
-- Hierarchie regionů a organizací
Loading