1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 03:51:28 +00:00

schema: add (unused) ttrss_feeds.auth_pass_encrypted, bump schema

This commit is contained in:
Andrew Dolgov
2007-04-18 07:25:51 +01:00
parent 21f4756a3f
commit 155a2a53ff
6 changed files with 17 additions and 3 deletions

View File

@@ -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";