From 2008ec4ed77b081388a9807c644c8d08209a2af0 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 14 Apr 2018 14:11:29 +0200 Subject: [PATCH] change filter rule regexp type to text --- include/functions.php | 2 +- schema/ttrss_schema_mysql.sql | 4 ++-- schema/ttrss_schema_pgsql.sql | 4 ++-- schema/versions/mysql/134.sql | 7 +++++++ schema/versions/pgsql/134.sql | 7 +++++++ 5 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 schema/versions/mysql/134.sql create mode 100644 schema/versions/pgsql/134.sql diff --git a/include/functions.php b/include/functions.php index d4259574..b5e2eb77 100755 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@