From e596b5a9dd39b9abdfc2220fca6eda54948da593 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 17 Sep 2013 14:34:39 +0400 Subject: add update script to convert myisam tables to innodb (bump version) --- schema/ttrss_schema_mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema/ttrss_schema_mysql.sql') diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql index 243dad8cc..aae0abf20 100644 --- a/schema/ttrss_schema_mysql.sql +++ b/schema/ttrss_schema_mysql.sql @@ -302,7 +302,7 @@ create table ttrss_tags (id integer primary key auto_increment, create table ttrss_version (schema_version int not null) ENGINE=InnoDB DEFAULT CHARSET=UTF8; -insert into ttrss_version values (122); +insert into ttrss_version values (123); create table ttrss_enclosures (id integer primary key auto_increment, content_url text not null, -- cgit v1.2.3-54-g00ecf