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

DB: Poznámka u uživatele

parent 32429357
No related branches found
No related tags found
No related merge requests found
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 (
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í
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment