From 84e9f1d5ccec90103a3decb7069884342f73fdfb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Nov 2019 11:57:36 +0300 Subject: [PATCH] update schema for app-specific passwords --- include/functions.php | 2 +- schema/ttrss_schema_mysql.sql | 3 ++- schema/ttrss_schema_pgsql.sql | 9 ++++++++- schema/versions/mysql/139.sql | 11 +++++++++++ schema/versions/pgsql/139.sql | 11 +++++++++++ 5 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 schema/versions/mysql/139.sql create mode 100644 schema/versions/pgsql/139.sql diff --git a/include/functions.php b/include/functions.php index ec1280c4e..be20f8ddb 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@