mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 04:49:15 +00:00
schema: fix version
This commit is contained in:
@@ -173,7 +173,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 (15);
|
||||
insert into ttrss_version values (16);
|
||||
|
||||
create table ttrss_prefs_types (id integer not null primary key,
|
||||
type_name varchar(100) not null);
|
||||
|
||||
Reference in New Issue
Block a user