1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 01:05:56 +00:00

add ttrss_user_entries.plugin_data (bump schema)

This commit is contained in:
Andrew Dolgov
2013-02-21 22:08:38 +04:00
parent 6afcbcd1a5
commit 7bfb3dabdd
5 changed files with 19 additions and 3 deletions

View File

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