1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00
ttrss/schema/versions/mysql/111.sql
2013-03-29 19:37:42 +04:00

8 lines
150 B
PL/PgSQL

begin;
update ttrss_prefs set def_value = 'true' where pref_name = 'COMBINED_DISPLAY_MODE';
update ttrss_version set schema_version = 111;
commit;