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:
4
schema/versions/mysql/142.sql
Normal file
4
schema/versions/mysql/142.sql
Normal 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;
|
||||
Reference in New Issue
Block a user