summaryrefslogtreecommitdiff
path: root/ttrss_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'ttrss_schema.sql')
-rw-r--r--ttrss_schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttrss_schema.sql b/ttrss_schema.sql
index 0ee3a7558..e986a2685 100644
--- a/ttrss_schema.sql
+++ b/ttrss_schema.sql
@@ -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);