workaround against ttrss_enclosures mysql data being wrong (nukes the enclosures table)
This commit is contained in:
@@ -225,7 +225,7 @@ create table ttrss_tags (id integer primary key auto_increment,
|
||||
|
||||
create table ttrss_version (schema_version int not null) TYPE=InnoDB;
|
||||
|
||||
insert into ttrss_version values (55);
|
||||
insert into ttrss_version values (56);
|
||||
|
||||
create table ttrss_enclosures (id serial not null primary key,
|
||||
content_url text not null,
|
||||
|
||||
Reference in New Issue
Block a user