1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 03:49:15 +00:00

update mysql schema upgrade files to use ENGINE= instead of TYPE= (closes #359)

This commit is contained in:
Andrew Dolgov
2011-08-01 12:57:38 +04:00
parent 71bc164586
commit 1aea205cc1
8 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ create table ttrss_sessions (id varchar(250) not null primary key,
expire integer not null,
ip_address varchar(15) not null default '',
index (id),
index (expire)) TYPE=InnoDB;
index (expire)) ENGINE=InnoDB;
delete from ttrss_prefs where pref_name = 'ENABLE_SPLASH';