mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
add fields for daily email digest to ttrss_users
This commit is contained in:
@@ -32,6 +32,8 @@ create table ttrss_users (id serial not null primary key,
|
||||
last_login timestamp default null,
|
||||
access_level integer not null default 0,
|
||||
email varchar(250) not null default '',
|
||||
email_digest boolean not null default false,
|
||||
last_digest_sent timestamp default null,
|
||||
theme_id integer references ttrss_themes(id) default null);
|
||||
|
||||
insert into ttrss_users (login,pwd_hash,access_level) values ('admin',
|
||||
|
||||
Reference in New Issue
Block a user