1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 22:11:30 +00:00

bump schema version

This commit is contained in:
Andrew Dolgov
2005-12-29 19:03:24 +01:00
parent 3b0027a4be
commit 41765fef9b
5 changed files with 7 additions and 3 deletions

View File

@@ -151,7 +151,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 (3);
insert into ttrss_version values (4);
create table ttrss_prefs_types (id integer not null primary key,
type_name varchar(100) not null);