]> git.mxchange.org Git - friendica.git/commit
[Database 1524] Fix contact-user.remote_self field type from boolean to integer
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 26 Jul 2023 05:27:55 +0000 (07:27 +0200)
committerHypolite Petovan <hypolite@mrpetovan.com>
Wed, 2 Aug 2023 19:53:10 +0000 (21:53 +0200)
commit33b8680dfda73c31f70215955e73390d1ac73315
tree0ba8e76bea890f58f70993e8885f9f705a29403f
parentd0a2357fbdd45c7e3301dfb64a23614ebe372a4b
[Database 1524] Fix contact-user.remote_self field type from boolean to integer

- Move MIRROR_* constants to LocalRelationship entity
- Convert boolean LocalRelationship->isRemoteSelf field to integer LocalRelationship->remoteSelf
database.sql
src/Contact/LocalRelationship/Entity/LocalRelationship.php
src/Contact/LocalRelationship/Factory/LocalRelationship.php
src/Contact/LocalRelationship/Repository/LocalRelationship.php
src/Model/Contact.php
src/Module/Contact/Profile.php
static/dbstructure.config.php
update.php