summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_pgsql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-17 14:34:39 +0400
committerAndrew Dolgov <[email protected]>2013-09-17 14:34:39 +0400
commite596b5a9dd39b9abdfc2220fca6eda54948da593 (patch)
tree32c8c70deb4290c4a8f88239f0eb1fa75a6ff4bb /schema/ttrss_schema_pgsql.sql
parent80c448cb98ba1234e5a2c2f7ef240f9d6cef645a (diff)
add update script to convert myisam tables to innodb (bump version)
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 faa1ac1a0..82c03f20f 100644
--- a/schema/ttrss_schema_pgsql.sql
+++ b/schema/ttrss_schema_pgsql.sql
@@ -260,7 +260,7 @@ create index ttrss_tags_post_int_id_idx on ttrss_tags(post_int_id);
create table ttrss_version (schema_version int not null);
-insert into ttrss_version values (122);
+insert into ttrss_version values (123);
create table ttrss_enclosures (id serial not null primary key,
content_url text not null,