From bef4c2451ee731b572e95646f40e75a514baae9a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Oct 2007 03:24:22 +0100 Subject: add option to auto-expand CDM list (bump schema) --- schema/versions/pgsql/24.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 schema/versions/pgsql/24.sql (limited to 'schema/versions/pgsql/24.sql') diff --git a/schema/versions/pgsql/24.sql b/schema/versions/pgsql/24.sql new file mode 100644 index 000000000..f24e34062 --- /dev/null +++ b/schema/versions/pgsql/24.sql @@ -0,0 +1,3 @@ +insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('CDM_EXPANDED', 1, 'true', 'Automatically expand articles in combined mode',3); + +update ttrss_version set schema_version = 24; -- cgit v1.2.3