From 6768b3a4a3261b32c552e1acf1c471cd39b04a8a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Apr 2019 12:47:46 +0300 Subject: [PATCH] schema: add DEFAULT_SEARCH_LANGUAGE --- include/functions.php | 2 +- schema/ttrss_schema_mysql.sql | 1 + schema/ttrss_schema_pgsql.sql | 1 + schema/versions/mysql/138.sql | 7 +++++++ schema/versions/pgsql/138.sql | 7 +++++++ 5 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 schema/versions/mysql/138.sql create mode 100644 schema/versions/pgsql/138.sql diff --git a/include/functions.php b/include/functions.php index 3adeae924..c09e62cca 100755 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@