summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-21 19:08:59 +0100
committerAndrew Dolgov <[email protected]>2005-12-21 19:08:59 +0100
commit49756fc36cd7014459c8c29e83d77dd327627c01 (patch)
tree78b88e0064a7bfb684c5b5d4688e8d24f34c07c1 /schema/ttrss_schema_mysql.sql
parent5c563acde0aaf711ecde3755ab3dfb0d94373d1f (diff)
bump 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 ad90cc43d..0fa1aa77a 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -166,7 +166,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 (2);
+insert into ttrss_version values (3);
create table ttrss_prefs_types (id integer not null primary key,
type_name varchar(100) not null) TYPE=InnoDB;