1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 10:39:15 +00:00

bump schema version

This commit is contained in:
Andrew Dolgov
2006-08-21 16:09:05 +01:00
parent 4803eed2b9
commit e2a8a097bd
5 changed files with 7 additions and 3 deletions

View File

@@ -183,7 +183,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 (9);
insert into ttrss_version values (10);
create table ttrss_prefs_types (id integer not null primary key,
type_name varchar(100) not null) TYPE=InnoDB;