mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:05:56 +00:00
fix wrong version in psql update script
This commit is contained in:
@@ -18,6 +18,6 @@ create table ttrss_filters2_actions(id serial not null primary key,
|
||||
action_id integer not null default 1 references ttrss_filter_actions(id) on delete cascade,
|
||||
action_param varchar(250) not null default '');
|
||||
|
||||
update ttrss_version set schema_version = 95;
|
||||
update ttrss_version set schema_version = 96;
|
||||
|
||||
commit;
|
||||
|
||||
Reference in New Issue
Block a user