summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-05-11 23:32:16 +0400
committerAndrew Dolgov <[email protected]>2009-05-11 23:32:16 +0400
commitf574fec6a6cd32f8c1582399cb4796974327df96 (patch)
tree7fa7bafd26184b45b9fe81de98f86528d8e489d8 /schema/ttrss_schema_mysql.sql
parent42a5226a748a44ce8fac78414a9f85049cef2c91 (diff)
workaround against ttrss_enclosures mysql data being wrong (nukes the enclosures table)
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index abeb30eca..ba9e8d431 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -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,