Skip to content
Snippets Groups Projects

Základ práce s uživateli

Merged Jiří Setnička requested to merge jirka/users into master
2 unresolved threads
Files
16
+ 1
0
@@ -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