mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:45:55 +00:00
add experimental support for Twitter OAuth and Twitter feeds (bump schema)
This commit is contained in:
@@ -48,6 +48,7 @@ create table ttrss_users (id serial not null primary key,
|
||||
full_name varchar(250) not null default '',
|
||||
email_digest boolean not null default false,
|
||||
last_digest_sent timestamp default null,
|
||||
twitter_oauth text default null,
|
||||
created timestamp default null,
|
||||
theme_id integer references ttrss_themes(id) default null);
|
||||
|
||||
@@ -228,7 +229,7 @@ create index ttrss_tags_post_int_id_idx on ttrss_tags(post_int_id);
|
||||
|
||||
create table ttrss_version (schema_version int not null);
|
||||
|
||||
insert into ttrss_version values (75);
|
||||
insert into ttrss_version values (76);
|
||||
|
||||
create table ttrss_enclosures (id serial not null primary key,
|
||||
content_url text not null,
|
||||
|
||||
Reference in New Issue
Block a user