fix default values for affinity tool and other information which could be lost when approving a connection without the entire form provided by connedit.

This commit is contained in:
zotlabs
2018-12-17 11:32:59 -08:00
parent 04a45a407e
commit a33ed05bec
5 changed files with 34 additions and 15 deletions

12
Zotlabs/Update/_1230.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
namespace Zotlabs\Update;
class _1230 {
function run() {
q("update abook set abook_closeness = 80 where abook_closeness = 0 and abook_self = 0");
return UPDATE_SUCCESS;
}
}