summaryrefslogtreecommitdiff
path: root/ttrss_schema.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 12:14:23 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 12:14:23 +0100
commit3f6a313a760c446be27798b41d0a266475124710 (patch)
tree46ac65e3e5670850e8f12180e947e5565b478573 /ttrss_schema.sql
parent8af5db8f830574036b84400b8ee231381ae8d632 (diff)
update schema
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 58d4e5bb8..e627442e2 100644
--- a/ttrss_schema.sql
+++ b/ttrss_schema.sql
@@ -19,6 +19,7 @@ create table ttrss_entries (id serial not null primary key,
entry_time timestamp not null,
headline varchar(250) not null,
guid varchar(300) not null unique,
+ link varchar(300) not null,
content text not null
unread boolean default true);