From dbf4a4cf057486f746aa54586cae4c6174a599fe Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Jan 2006 14:19:13 +0100 Subject: UNDO: schema: support for audio enclosure in ttrss_entries --- schema/ttrss_schema_mysql.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'schema/ttrss_schema_mysql.sql') diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 186c197e2..8b62cd837 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -82,7 +82,6 @@ create table ttrss_entries (id integer not null primary key auto_increment, no_orig_date bool not null default 0, date_entered datetime not null, num_comments integer not null default 0, - audio_enclosure varchar(250) not null default '', comments varchar(250) not null default '') TYPE=InnoDB; create table ttrss_user_entries ( -- cgit v1.2.3-54-g00ecf