From 8e8c8934a9da12bf9e47316079407b8e62edcd7b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 31 Mar 2013 16:14:42 +0400 Subject: [PATCH] add necessary schema plumbing to implement filter ordering also add filter titles --- include/functions.php | 4 ++-- schema/ttrss_schema_mysql.sql | 4 +++- schema/ttrss_schema_pgsql.sql | 4 +++- schema/versions/mysql/112.sql | 15 +++++++++++++++ schema/versions/pgsql/112.sql | 15 +++++++++++++++ 5 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 schema/versions/mysql/112.sql create mode 100644 schema/versions/pgsql/112.sql diff --git a/include/functions.php b/include/functions.php index b9c30c6c..9f75fc23 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@