1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00
ttrss/schema/versions/mysql/104.sql
2013-03-14 18:53:49 +04:00

8 lines
161 B
PL/PgSQL

begin;
update ttrss_prefs set short_desc = 'Hide images in articles' where pref_name = 'STRIP_IMAGES';
update ttrss_version set schema_version = 104;
commit;