Skip to content
Snippets Groups Projects

Základ práce s uživateli

Merged Jiří Setnička requested to merge jirka/users into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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