mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 08:15:56 +00:00
update schema
This commit is contained in:
@@ -19,6 +19,7 @@ create table ttrss_entries (id serial not null primary key,
|
|||||||
entry_time timestamp not null,
|
entry_time timestamp not null,
|
||||||
headline varchar(250) not null,
|
headline varchar(250) not null,
|
||||||
guid varchar(300) not null unique,
|
guid varchar(300) not null unique,
|
||||||
|
link varchar(300) not null,
|
||||||
content text not null
|
content text not null
|
||||||
unread boolean default true);
|
unread boolean default true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user