1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 12:11:29 +00:00

add ttrss_entries.date_updated; use date_updated instead of date_enered for expiry checking (bump schema)

This commit is contained in:
Andrew Dolgov
2010-10-27 12:05:20 +04:00
parent 70543b6a40
commit 25ea280502
9 changed files with 48 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 19);
define('SCHEMA_VERSION', 66);
define('SCHEMA_VERSION', 67);
if (!file_exists("config.php")) {
print "<b>Fatal Error</b>: You forgot to copy