From c1cd3324e3986967d4210e6e36bf068417b7cd13 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 27 Feb 2021 11:04:25 +0300 Subject: [PATCH] bump schema for ttrss_user_labels2 indexes --- include/functions.php | 2 +- schema/ttrss_schema_mysql.sql | 5 ++++- schema/ttrss_schema_pgsql.sql | 5 ++++- schema/versions/mysql/142.sql | 4 ++++ schema/versions/pgsql/142.sql | 4 ++++ 5 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 schema/versions/mysql/142.sql create mode 100644 schema/versions/pgsql/142.sql diff --git a/include/functions.php b/include/functions.php index e0580a076..2db553d9d 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,5 +1,5 @@