]> git.mxchange.org Git - friendica.git/blobdiff - config/dbstructure.json
Issue 5158: Ignore all threads, even public ones (#5588)
[friendica.git] / config / dbstructure.json
index fce2fcf930d72619783505ad7874e0feeaa46819..2c1ecddc56692cc6168e14beb21e321776d8f2d9 100644 (file)
                "fields": {
                        "iid": {"type": "int unsigned", "not null": "1", "default": "0", "primary": "1", "relation": {"item": "id"}, "comment": "Item id"},
                        "uid": {"type": "mediumint unsigned", "not null": "1", "default": "0", "primary": "1", "relation": {"user": "uid"}, "comment": "User id"},
-                       "hidden": {"type": "boolean", "not null": "1", "default": "0", "comment": "Marker to hide an item from the user"}
+                       "hidden": {"type": "boolean", "not null": "1", "default": "0", "comment": "Marker to hide an item from the user"},
+                       "ignored": {"type": "boolean", "comment": "Ignore this thread if set"}
                },
                "indexes": {
                        "PRIMARY": ["uid", "iid"]