From 1112922029d9eb8fe727d5adb1b5b0a1808946aa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 25 Feb 2021 10:11:09 +0300 Subject: [PATCH] bump schema for upcoming prefs overhaul --- include/functions.php | 2 +- schema/ttrss_schema_mysql.sql | 11 ++++++++++- schema/ttrss_schema_pgsql.sql | 13 ++++++++++++- schema/versions/mysql/141.sql | 9 +++++++++ schema/versions/pgsql/141.sql | 11 +++++++++++ 5 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 schema/versions/mysql/141.sql create mode 100644 schema/versions/pgsql/141.sql diff --git a/include/functions.php b/include/functions.php index d916301fb..7b07a31f7 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,5 +1,5 @@