From b4f83063cc59daff04887a585b1a3c1e5880e9d0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Apr 2013 09:09:20 +0400 Subject: [PATCH] schema: add feed/cat view_settings --- include/functions.php | 2 +- schema/ttrss_schema_mysql.sql | 4 +++- schema/ttrss_schema_pgsql.sql | 4 +++- schema/versions/mysql/114.sql | 15 +++++++++++++++ schema/versions/pgsql/114.sql | 15 +++++++++++++++ 5 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 schema/versions/mysql/114.sql create mode 100644 schema/versions/pgsql/114.sql diff --git a/include/functions.php b/include/functions.php index 9a52981e..3bb158c0 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@