summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-08 07:31:49 +0100
committerAndrew Dolgov <[email protected]>2006-12-08 07:31:49 +0100
commit9ebaec057c6c9e1644eb7673ddb3f709b9874bb8 (patch)
tree25d2eb3d31e83e5624dfb32f09c9d68d2d7093bb /backend.php
parent3db880c6276a3bd907ecd9e4739142237cf484fe (diff)
ttrss_filters: add action_param field, bump schema version
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index fd7ced8ae..3d5338966 100644
--- a/backend.php
+++ b/backend.php
@@ -16,7 +16,7 @@
$op = $_REQUEST["op"];
- define('SCHEMA_VERSION', 11);
+ define('SCHEMA_VERSION', 12);
require_once "sanity_check.php";
require_once "config.php";