1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 04:51:28 +00:00

bump schema for ttrss_user_labels2 indexes

This commit is contained in:
Andrew Dolgov
2021-02-27 11:04:25 +03:00
parent 6d06450649
commit c1cd3324e3
5 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
create index ttrss_user_labels2_article_id_idx on ttrss_user_labels2(article_id);
create index ttrss_user_labels2_label_id_idx on ttrss_user_labels2(label_id);
update ttrss_version set schema_version = 142;