X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fdatabase%2Fdb_post-user.md;h=2fe91d144b4a74436a6729c98e3b63332c325c65;hb=8a7d08ae2860d82fe98a26f4e86626b3c7eb4d1e;hp=ce213941dac071e890e6c6b09a3d0eeae81fe6e6;hpb=efa1344c6406d2918ca33aa8329e5286d949c7b8;p=friendica.git diff --git a/doc/database/db_post-user.md b/doc/database/db_post-user.md index ce213941da..2fe91d144b 100644 --- a/doc/database/db_post-user.md +++ b/doc/database/db_post-user.md @@ -34,7 +34,7 @@ Fields | event-id | Used to link to the event.id | int unsigned | YES | | NULL | | | unseen | post has not been seen | boolean | NO | | 1 | | | hidden | Marker to hide the post from the user | boolean | NO | | 0 | | -| notification-type | | tinyint unsigned | NO | | 0 | | +| notification-type | | smallint unsigned | NO | | 0 | | | wall | This item was posted to the wall of uid | boolean | NO | | 0 | | | origin | item originated at this site | boolean | NO | | 0 | | | psid | ID of the permission set of this post | int unsigned | YES | | NULL | |