summaryrefslogtreecommitdiff
path: root/schema/versions/pgsql/26.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/versions/pgsql/26.sql')
-rw-r--r--schema/versions/pgsql/26.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/versions/pgsql/26.sql b/schema/versions/pgsql/26.sql
index fa1c812ed..c7c1be691 100644
--- a/schema/versions/pgsql/26.sql
+++ b/schema/versions/pgsql/26.sql
@@ -7,6 +7,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);
update ttrss_version set schema_version = 26;