]> git.wh0rd.org - tt-rss.git/blobdiff - schema/ttrss_schema_pgsql.sql
add support for enclosures (closes #165)
[tt-rss.git] / schema / ttrss_schema_pgsql.sql
index 0b9eda212b83804ab0cb4769c5b01ec6177380e1..dfb32ca1506bf921609c6e3d37063ce3db99f34f 100644 (file)
@@ -187,6 +187,7 @@ create table ttrss_enclosures (id serial not null primary key,
        content_url text not null,
        content_type varchar(250) not null,
        title text not null,
+       duration text not null,
        post_id integer references ttrss_entries(id) ON DELETE cascade NOT NULL);
 
 create table ttrss_prefs_types (id integer not null primary key,