Skip to content
Snippets Groups Projects

Registrace: Notifikovat pouze uživatele, kteří si to přejí

Merged Martin Mareš requested to merge mj/nastaveni-mailu into devel
4 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
1
@@ -27,7 +27,8 @@ CREATE TABLE users (
last_login_at timestamp with time zone DEFAULT NULL,
reset_at timestamp with time zone DEFAULT NULL, -- poslední reset/aktivace nebo žádost o ně
password_hash varchar(255) DEFAULT NULL, -- heš hesla (je-li nastaveno)
note text NOT NULL DEFAULT '' -- poznámka viditelná pro orgy
note text NOT NULL DEFAULT '', -- poznámka viditelná pro orgy
email_notify boolean NOT NULL DEFAULT true -- přeje si dostávat mailové notifikace
);
-- Hierarchie regionů a organizací
Loading