1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15:55 +00:00

ttrss_filters: add action_param field, bump schema version

This commit is contained in:
Andrew Dolgov
2006-12-08 07:31:49 +01:00
parent 3db880c627
commit 9ebaec057c
5 changed files with 27 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
$op = $_REQUEST["op"];
define('SCHEMA_VERSION', 11);
define('SCHEMA_VERSION', 12);
require_once "sanity_check.php";
require_once "config.php";