workaround against ttrss_enclosures mysql data being wrong (nukes the enclosures table)

This commit is contained in:
Andrew Dolgov
2009-05-11 23:32:16 +04:00
parent 42a5226a74
commit f574fec6a6
5 changed files with 24 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ create index ttrss_tags_owner_uid_index on ttrss_tags(owner_uid);
create table ttrss_version (schema_version int not null);
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,