mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 01:41:28 +00:00
schema: add created field to ttrss_users
This commit is contained in:
@@ -37,6 +37,7 @@ create table ttrss_users (id serial not null primary key,
|
||||
email varchar(250) not null default '',
|
||||
email_digest boolean not null default false,
|
||||
last_digest_sent timestamp default null,
|
||||
created 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