mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 22:01:28 +00:00
schema: support for audio enclosure in ttrss_entries
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user