1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 20:51:29 +00:00

bump schema version

This commit is contained in:
Andrew Dolgov
2005-12-21 19:08:59 +01:00
parent 5c563acde0
commit 49756fc36c
6 changed files with 9 additions and 5 deletions

View File

@@ -150,7 +150,7 @@ create index ttrss_tags_owner_uid_index on ttrss_tags(owner_uid);
create table ttrss_version (schema_version int not null);
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);