1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-05 13:20:55 +02:00
ttrss/sql/mysql/migrations/28.sql
2021-03-04 08:30:52 +03:00

4 lines
188 B
SQL

UPDATE ttrss_prefs SET def_value = 'main, generic, misc, uncategorized, blog, blogroll, general, news' WHERE pref_name = 'BLACKLISTED_TAGS';
update ttrss_version set schema_version = 28;