From 2457679aedf67f3fc9afb78fc9f888d495171511 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 30 May 2013 18:26:56 +0400 Subject: switch AUTO_ASSIGN_LABELS to off by default (bump schema) --- include/functions.php | 2 +- schema/ttrss_schema_mysql.sql | 4 ++-- schema/ttrss_schema_pgsql.sql | 4 ++-- schema/versions/mysql/121.sql | 7 +++++++ schema/versions/pgsql/121.sql | 7 +++++++ 5 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 schema/versions/mysql/121.sql create mode 100644 schema/versions/pgsql/121.sql diff --git a/include/functions.php b/include/functions.php index 8dc109f99..a4b604e7d 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@