1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:55:55 +00:00

add ttrss_filters2.last_triggered (bump schema version)

This commit is contained in:
Andrew Dolgov
2018-12-06 19:37:20 +03:00
parent a01c33d654
commit 3e4326e34d
8 changed files with 33 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
define('SCHEMA_VERSION', 134);
define('SCHEMA_VERSION', 135);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);
@@ -2589,4 +2589,4 @@
}
return $ts;
}
}