summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-21 22:08:38 +0400
committerAndrew Dolgov <[email protected]>2013-02-21 22:08:38 +0400
commit7bfb3dabdd5cca802b73b473e8f49a2f0952852f (patch)
tree309b6d83a32ae2c9b858f2d60cecf958e903e682 /include
parent6afcbcd1a56e5dc405c8d4c9ab8f64c2b243f4f1 (diff)
add ttrss_user_entries.plugin_data (bump schema)
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 74ad60913..b0ccba313 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 102);
+ define('SCHEMA_VERSION', 103);
define('SELF_USER_AGENT', 'Tiny Tiny RSS/' . VERSION . ' (http://tt-rss.org/)');
$fetch_last_error = false;