1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:05:56 +00:00
Files
tt-rss/schema/versions/pgsql/108.sql
2013-03-26 09:08:42 +04:00

8 lines
157 B
PL/PgSQL

begin;
update ttrss_prefs set def_value = 'false' where pref_name = 'SORT_HEADLINES_BY_FEED_DATE';
update ttrss_version set schema_version = 108;
commit;