summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-04-18 07:25:51 +0100
committerAndrew Dolgov <[email protected]>2007-04-18 07:25:51 +0100
commit155a2a53ffc4fac6299cc165cfc56114a61873f7 (patch)
tree0175f8c3cc74116b0498039dee4071153c0f2392 /backend.php
parent21f4756a3f2589c68c8f58fd6111678c0f8af04c (diff)
schema: add (unused) ttrss_feeds.auth_pass_encrypted, bump schema
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 45c978023..7c67ae639 100644
--- a/backend.php
+++ b/backend.php
@@ -12,7 +12,7 @@
error_reporting(DEFAULT_ERROR_LEVEL); */
- define('SCHEMA_VERSION', 15);
+ define('SCHEMA_VERSION', 16);
require_once "sanity_check.php";
require_once "config.php";