summaryrefslogtreecommitdiff
path: root/sql/mysql/migrations/123.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mysql/migrations/123.sql')
-rw-r--r--sql/mysql/migrations/123.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/mysql/migrations/123.sql b/sql/mysql/migrations/123.sql
new file mode 100644
index 000000000..f311d060b
--- /dev/null
+++ b/sql/mysql/migrations/123.sql
@@ -0,0 +1,9 @@
+begin;
+
+ALTER TABLE ttrss_counters_cache ENGINE=InnoDB DEFAULT CHARSET=UTF8;
+ALTER TABLE ttrss_cat_counters_cache ENGINE=InnoDB DEFAULT CHARSET=UTF8;
+ALTER TABLE ttrss_feedbrowser_cache ENGINE=InnoDB DEFAULT CHARSET=UTF8;
+
+update ttrss_version set schema_version = 123;
+
+commit;