update mysql schema
This commit is contained in:
parent
0298fb3f3d
commit
2fb72ab9b4
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ create table ttrss_version (schema_version int not null) TYPE=InnoDB;
|
|||
|
||||
insert into ttrss_version values (2);
|
||||
|
||||
drop table ttrss_prefs;
|
||||
drop table ttrss_prefs_types;
|
||||
drop table ttrss_prefs_sections;
|
||||
|
||||
create table ttrss_prefs_types (id integer primary key,
|
||||
type_name varchar(100) not null) TYPE=InnoDB;
|
||||
|
||||
|
|
Loading…
Reference in a new issue