You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
208 B
MySQL
5 lines
208 B
MySQL
4 years ago
|
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;
|