fix wrong version in psql update script

This commit is contained in:
Andrew Dolgov 2012-08-31 12:15:59 +04:00
parent 6aff784575
commit 491b3c9add
1 changed files with 2 additions and 2 deletions

View File

@ -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_id integer not null default 1 references ttrss_filter_actions(id) on delete cascade,
action_param varchar(250) not null default ''); action_param varchar(250) not null default '');
update ttrss_version set schema_version = 95; update ttrss_version set schema_version = 96;
commit; commit;