summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-20 06:36:33 +0100
committerAndrew Dolgov <[email protected]>2006-03-20 06:36:33 +0100
commit2e73dece90bc7aa0ce9a1d36066d41206d199a27 (patch)
tree438759b824c12bc42b2cc5b34789a0ae19e53e2b /schema/ttrss_schema_mysql.sql
parent8884b1059c3425fb4c06ac3a2342db85293522d1 (diff)
fix schema version
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 a5a6f1db4..f629b7570 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -174,7 +174,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 (5);
+insert into ttrss_version values (6);
create table ttrss_prefs_types (id integer not null primary key,
type_name varchar(100) not null) TYPE=InnoDB;