mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 14:15:56 +00:00
schema: add index on ttrss_tags
This commit is contained in:
@@ -215,6 +215,7 @@ create table ttrss_tags (id serial not null primary key,
|
|||||||
post_int_id integer references ttrss_user_entries(int_id) ON DELETE CASCADE not null);
|
post_int_id integer references ttrss_user_entries(int_id) ON DELETE CASCADE not null);
|
||||||
|
|
||||||
create index ttrss_tags_owner_uid_index on ttrss_tags(owner_uid);
|
create index ttrss_tags_owner_uid_index on ttrss_tags(owner_uid);
|
||||||
|
create index ttrss_tags_post_int_id_idx on ttrss_tags(post_int_id);
|
||||||
|
|
||||||
create table ttrss_version (schema_version int not null);
|
create table ttrss_version (schema_version int not null);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user