summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.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
commitab1c2c9de5951a8b6c857708f12ec280db03575f (patch)
tree503f3458d0ae5091d2f0eaabb73fd0fd96a3016a /schema/ttrss_schema_mysql.sql
parent86383df6a9a6ede5cda2eceefac8e21ed183c0d0 (diff)
schema: support for audio enclosure in ttrss_entries
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index 8b62cd837..186c197e2 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -82,6 +82,7 @@ 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 (