From e596b5a9dd39b9abdfc2220fca6eda54948da593 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 17 Sep 2013 14:34:39 +0400 Subject: [PATCH] add update script to convert myisam tables to innodb (bump version) --- include/functions.php | 2 +- schema/ttrss_schema_mysql.sql | 2 +- schema/ttrss_schema_pgsql.sql | 2 +- schema/versions/mysql/123.sql | 9 +++++++++ schema/versions/pgsql/123.sql | 5 +++++ 5 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 schema/versions/mysql/123.sql create mode 100644 schema/versions/pgsql/123.sql diff --git a/include/functions.php b/include/functions.php index 55896b66a..3b1873256 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@