summaryrefslogtreecommitdiff
path: root/sql/pgsql/migrations/64.sql
blob: 51f0be7e26aac2949625bdb1804a05d71e601b3e (plain)
1
2
3
4
5
6
7
begin;

update ttrss_prefs set type_id = 2 where pref_name = '_THEME_ID';

update ttrss_version set schema_version = 64;

commit;