mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:55:56 +00:00
update schema again
This commit is contained in:
@@ -46,6 +46,7 @@ insert into ttrss_feeds (owner_uid,title,feed_url) values (1,'Technocrat.net',
|
|||||||
'http://syndication.technocrat.net/rss');
|
'http://syndication.technocrat.net/rss');
|
||||||
|
|
||||||
create table ttrss_entries (id serial not null primary key,
|
create table ttrss_entries (id serial not null primary key,
|
||||||
|
owner_uid integer not null references ttrss_users(id) on delete cascade,
|
||||||
feed_id int references ttrss_feeds(id) ON DELETE CASCADE not null,
|
feed_id int references ttrss_feeds(id) ON DELETE CASCADE not null,
|
||||||
updated timestamp not null,
|
updated timestamp not null,
|
||||||
title text not null,
|
title text not null,
|
||||||
|
|||||||
Reference in New Issue
Block a user