From 06c4c9ebaec3187d5e74693d932814e8d991daba Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Tue, 15 Jul 2014 14:53:11 +0200 Subject: [PATCH] Update schema for size support of enclosures --- include/functions.php | 2 +- schema/ttrss_schema_mysql.sql | 4 +++- schema/ttrss_schema_pgsql.sql | 4 +++- schema/versions/mysql/126.sql | 8 ++++++++ schema/versions/pgsql/126.sql | 8 ++++++++ 5 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 schema/versions/mysql/126.sql create mode 100644 schema/versions/pgsql/126.sql diff --git a/include/functions.php b/include/functions.php index b5d52ccb..cb91b637 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@