summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_pgsql.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_pgsql.sql
parent42a5226a748a44ce8fac78414a9f85049cef2c91 (diff)
workaround against ttrss_enclosures mysql data being wrong (nukes the enclosures table)
Diffstat (limited to 'schema/ttrss_schema_pgsql.sql')
-rw-r--r--schema/ttrss_schema_pgsql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/ttrss_schema_pgsql.sql b/schema/ttrss_schema_pgsql.sql
index 57d2e95d1..830b8da6a 100644
--- a/schema/ttrss_schema_pgsql.sql
+++ b/schema/ttrss_schema_pgsql.sql
@@ -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,