Skip to content
Snippets Groups Projects
Commit 8999968c authored by Martin Mareš's avatar Martin Mareš
Browse files

DB: Oprava překlepu

parent e8de3be5
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ CREATE TABLE users (
created_at timestamp with time zone NOT NULL DEFAULT CURRENT_TIMESTAMP,
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)
password_hash varchar(255) DEFAULT NULL, -- heš hesla (je-li nastaveno)
note text NOT NULL DEFAULT '' -- poznámka viditelná pro orgy
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment