1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-01 12:40:50 +02:00
ttrss/schema/versions/mysql/104.sql

8 lines
161 B
MySQL
Raw Normal View History

2013-03-14 15:53:49 +01:00
begin;
update ttrss_prefs set short_desc = 'Hide images in articles' where pref_name = 'STRIP_IMAGES';
update ttrss_version set schema_version = 104;
commit;