From 9cac360bd7783830e5b4ee20615d57755f7ddc15 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Mar 2013 19:37:36 +0400 Subject: set combined display mode as default --- include/functions.php | 2 +- schema/ttrss_schema_mysql.sql | 4 ++-- schema/ttrss_schema_pgsql.sql | 4 ++-- schema/versions/mysql/111.sql | 7 +++++++ schema/versions/pgsql/111.sql | 7 +++++++ 5 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 schema/versions/mysql/111.sql create mode 100644 schema/versions/pgsql/111.sql diff --git a/include/functions.php b/include/functions.php index d789f29e3..f174326c9 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@