mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:05:57 +00:00
update mysql schema
This commit is contained in:
@@ -91,6 +91,10 @@ create table ttrss_version (schema_version int not null) TYPE=InnoDB;
|
|||||||
|
|
||||||
insert into ttrss_version values (2);
|
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,
|
create table ttrss_prefs_types (id integer primary key,
|
||||||
type_name varchar(100) not null) TYPE=InnoDB;
|
type_name varchar(100) not null) TYPE=InnoDB;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user