Skip to content
Snippets Groups Projects
Commit 4b6e9beb authored by Jiří Setnička's avatar Jiří Setnička
Browse files

DB: Poznámka u uživatele

parent a3a9304e
No related branches found
No related tags found
1 merge request!5Základ práce s uživateli
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -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í
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment