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

add composite key on ttrss_feeds (feed_url & owner_uid)

This commit is contained in:
Andrew Dolgov
2019-03-10 15:45:30 +03:00
parent 95e70320a6
commit 32f9fda33d
5 changed files with 21 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
define('SCHEMA_VERSION', 136);
define('SCHEMA_VERSION', 137);
define('LABEL_BASE_INDEX', -1024);
define('PLUGIN_FEED_BASE_INDEX', -128);