diff --git a/db/db.ddl b/db/db.ddl index 8a1119717d1dd2ecb8621d561562b926f6bc7377..2a8f335364159a293b8ab2e4c9afa0e3c75405b2 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í