1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

support for comments attribute (schema updated)

This commit is contained in:
Andrew Dolgov
2005-08-26 06:11:41 +01:00
parent b10e155060
commit a1ea1e12a8
4 changed files with 24 additions and 38 deletions

View File

@@ -38,5 +38,6 @@ create table ttrss_entries (id serial not null primary key,
last_read timestamp,
date_entered timestamp not null default NOW(),
no_orig_date boolean not null default false,
comments varchar(250) not null default '',
unread boolean not null default true);