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

@@ -25,7 +25,7 @@
exit;
}
define('SCHEMA_VERSION', 15);
define('SCHEMA_VERSION', 16);
?>