1
0
Fork 0

Fetch items by given uri

This commit is contained in:
Michael 2019-07-18 06:11:02 +00:00
commit 41a1c1c3e6
3 changed files with 77 additions and 9 deletions

View file

@ -34,7 +34,7 @@
use Friendica\Database\DBA;
if (!defined('DB_UPDATE_VERSION')) {
define('DB_UPDATE_VERSION', 1318);
define('DB_UPDATE_VERSION', 1319);
}
return [
@ -736,6 +736,7 @@ return [
"PRIMARY" => ["id"],
"uri-plink-hash" => ["UNIQUE", "uri-plink-hash"],
"uri" => ["uri(191)"],
"plink" => ["plink(191)"],
"uri-id" => ["uri-id"]
]
],