]> git.mxchange.org Git - friendica.git/blobdiff - config/dbstructure.json
OStatus contacts are now automatically converted to AP
[friendica.git] / config / dbstructure.json
index 8f676861569d3fd89e67c8b851fc31b28227d26c..443f9bd75505da9895e473dd4d210fc933d6eacc 100644 (file)
                        "hidden": {"type": "boolean", "not null": "1", "default": "0", "comment": ""},
                        "archive": {"type": "boolean", "not null": "1", "default": "0", "comment": ""},
                        "pending": {"type": "boolean", "not null": "1", "default": "1", "comment": ""},
+                       "deleted": {"type": "boolean", "not null": "1", "default": "0", "comment": "Contact has been deleted"},
                        "rating": {"type": "tinyint", "not null": "1", "default": "0", "comment": ""},
                        "reason": {"type": "text", "comment": ""},
                        "closeness": {"type": "tinyint unsigned", "not null": "1", "default": "99", "comment": ""},