From ab1c2c9de5951a8b6c857708f12ec280db03575f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Jan 2006 14:19:13 +0100 Subject: schema: support for audio enclosure in ttrss_entries --- schema/ttrss_schema_pgsql.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema/ttrss_schema_pgsql.sql') diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql index a0d570d36..053284d41 100644 --- a/schema/ttrss_schema_pgsql.sql +++ b/schema/ttrss_schema_pgsql.sql @@ -74,6 +74,7 @@ create table ttrss_entries (id serial not null primary key, no_orig_date boolean not null default false, date_entered timestamp not null default NOW(), num_comments integer not null default 0, + audio_enclosure varchar(250) not null default '', comments varchar(250) not null default ''); create index ttrss_entries_guid_index on ttrss_entries(guid); -- cgit v1.2.3