This commit is contained in:
Mike Macgirvin 2023-07-25 06:04:40 +10:00
parent b64a018c10
commit ad25f804e2
3 changed files with 22 additions and 7 deletions

21
Code/Update/_1268.php Normal file
View file

@ -0,0 +1,21 @@
<?php
namespace Code\Update;
class _1268
{
public function run()
{
// remove deprecated apps from system list
$access = '434a644caa85aad057dcb1969a10378b4be9ddcff48e8d0a719447c2ff8a22e42629f35f59e74bdb1574448b7dbb85171ebc4341e14128c37145a35c7926443e';
q("delete from app where app_id = '$access' ");
return UPDATE_SUCCESS;
}
public function verify()
{
return true;
}
}

View file

@ -1,6 +0,0 @@
version: 2
url: $baseurl/lists
requires: local_channel
name: Lists
photo: icon:users
categories: Networking

View file

@ -26,7 +26,7 @@ use Code\Lib\Url;
*/
const REPOSITORY_ID = 'streams';
const DB_UPDATE_VERSION = 1267;
const DB_UPDATE_VERSION = 1268;
const PROJECT_BASE = __DIR__;
const ACTIVITYPUB_ENABLED = true;
const NOMAD_PROTOCOL_VERSION = '11.0';