summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-17 14:34:39 +0400
committerAndrew Dolgov <[email protected]>2013-09-17 14:34:39 +0400
commite596b5a9dd39b9abdfc2220fca6eda54948da593 (patch)
tree32c8c70deb4290c4a8f88239f0eb1fa75a6ff4bb /schema/ttrss_schema_mysql.sql
parent80c448cb98ba1234e5a2c2f7ef240f9d6cef645a (diff)
add update script to convert myisam tables to innodb (bump version)
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql2
1 files changed, 1 insertions, 1 deletions
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,