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
!5
You need to sign in or sign up before continuing.
Základ práce s uživateli
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Základ práce s uživateli
jirka/users
into
master
Overview
17
Commits
6
Changes
1
Merged
Jiří Setnička
requested to merge
jirka/users
into
master
4 years ago
Overview
17
Commits
6
Changes
1
Expand
0
0
Merge request reports
Viewing commit
4b6e9beb
Prev
Next
Show latest version
1 file
+
1
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4b6e9beb
DB: Poznámka u uživatele
· 4b6e9beb
Jiří Setnička
authored
4 years ago
db/db.ddl
+
1
−
0
Options
@@ -16,6 +16,7 @@ CREATE TABLE users (
@@ -16,6 +16,7 @@ CREATE TABLE users (
last_login_at timestamp with time zone DEFAULT NULL,
last_login_at timestamp with time zone DEFAULT NULL,
reset_at timestamp with time zone DEFAULT NULL, -- poslední požadavek na reset hesla
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)
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í
-- Hierarchie regionů a organizací
Loading