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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user