From 155a2a53ffc4fac6299cc165cfc56114a61873f7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 18 Apr 2007 07:25:51 +0100 Subject: schema: add (unused) ttrss_feeds.auth_pass_encrypted, bump schema --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend.php') 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"; -- cgit v1.2.3-54-g00ecf