summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_pgsql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-01-12 14:19:13 +0100
committerAndrew Dolgov <[email protected]>2006-01-12 14:19:13 +0100
commitdbf4a4cf057486f746aa54586cae4c6174a599fe (patch)
treef90d96215b8d575e966768fcb2290b7296bb84a5 /schema/ttrss_schema_pgsql.sql
parentc09ec856aa4187f1dbed8d308f5ca657bc52e05d (diff)
UNDO: schema: support for audio enclosure in ttrss_entries
Diffstat (limited to 'schema/ttrss_schema_pgsql.sql')
-rw-r--r--schema/ttrss_schema_pgsql.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql
index 053284d41..a0d570d36 100644
--- a/schema/ttrss_schema_pgsql.sql
+++ b/schema/ttrss_schema_pgsql.sql
@@ -74,7 +74,6 @@ 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);