1
0
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:
Andrew Dolgov
2012-08-31 12:15:59 +04:00
parent 6aff784575
commit 491b3c9add

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_param varchar(250) not null default '');
update ttrss_version set schema_version = 95;
update ttrss_version set schema_version = 96;
commit;