From ce53e200b475675389f6903f341d99116f3ef0b7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Nov 2007 13:13:08 +0100 Subject: add support for enclosures (closes #165) --- schema/ttrss_schema_mysql.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema/ttrss_schema_mysql.sql') diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index c239d6d08..18f7e0c61 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -209,6 +209,7 @@ create table ttrss_enclosures (id serial not null primary key, content_type varchar(250) not null, post_id integer not null, title text not null, + duration text not null, index (post_id), foreign key (post_id) references ttrss_entries(id) ON DELETE cascade); -- cgit v1.2.3-54-g00ecf