From 4b6e9bebc8e78f5a8754ac792ccbbaf19edab819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Setni=C4=8Dka?= <setnicka@seznam.cz> Date: Fri, 1 Jan 2021 21:56:38 +0100 Subject: [PATCH] =?UTF-8?q?DB:=20Pozn=C3=A1mka=20u=20u=C5=BEivatele?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/db.ddl | 1 + 1 file changed, 1 insertion(+) diff --git a/db/db.ddl b/db/db.ddl index 8a111971..2a8f3353 100644 --- a/db/db.ddl +++ b/db/db.ddl @@ -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í -- GitLab