104.sql 161 B

1234567
  1. begin;
  2. update ttrss_prefs set short_desc = 'Hide images in articles' where pref_name = 'STRIP_IMAGES';
  3. update ttrss_version set schema_version = 104;
  4. commit;