From 10a1f28f7c532455a17a15b158f965fd1fea9d51 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 2 Jul 2017 20:59:24 +0300 Subject: [PATCH] schema: updates for new filter format (bump version to 131) --- include/functions.php | 2 +- schema/ttrss_schema_mysql.sql | 3 ++- schema/ttrss_schema_pgsql.sql | 3 ++- schema/versions/mysql/131.sql | 7 +++++++ schema/versions/pgsql/131.sql | 7 +++++++ 5 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 schema/versions/mysql/131.sql create mode 100644 schema/versions/pgsql/131.sql diff --git a/include/functions.php b/include/functions.php index 4ad6e6394..492d2b635 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@