summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-29 19:03:24 +0100
committerAndrew Dolgov <[email protected]>2005-12-29 19:03:24 +0100
commit41765fef9b2db10afec646fa486111d0c01aa64c (patch)
tree462e60a5b221c064eeba35f70a509dd951c877d5 /schema/ttrss_schema_mysql.sql
parent3b0027a4be16eb2d504b0ca56affbd1d86491ec8 (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 9d79f8a25..7d7f7151e 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -169,7 +169,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 (3);
+insert into ttrss_version values (4);
create table ttrss_prefs_types (id integer not null primary key,
type_name varchar(100) not null) TYPE=InnoDB;