mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:05:56 +00:00
add index on ttrss_enclosures(post_id)
This commit is contained in:
@@ -266,6 +266,8 @@ create table ttrss_enclosures (id integer primary key auto_increment,
|
||||
index (post_id),
|
||||
foreign key (post_id) references ttrss_entries(id) ON DELETE cascade) ENGINE=InnoDB DEFAULT CHARSET=UTF8;
|
||||
|
||||
create index ttrss_enclosures_post_id_idx on ttrss_enclosures(post_id);
|
||||
|
||||
create table ttrss_settings_profiles(id integer primary key auto_increment,
|
||||
title varchar(250) not null,
|
||||
owner_uid integer not null,
|
||||
|
||||
Reference in New Issue
Block a user