1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:15:55 +00:00

add update script to convert myisam tables to innodb (bump version)

This commit is contained in:
Andrew Dolgov
2013-09-17 14:34:39 +04:00
parent 80c448cb98
commit e596b5a9dd
5 changed files with 17 additions and 3 deletions

View File

@@ -260,7 +260,7 @@ create index ttrss_tags_post_int_id_idx on ttrss_tags(post_int_id);
create table ttrss_version (schema_version int not null);
insert into ttrss_version values (122);
insert into ttrss_version values (123);
create table ttrss_enclosures (id serial not null primary key,
content_url text not null,