X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_notify.md;h=88d814c0408ca5ce035428470252de10b7a1dfc1;hb=9f24a4b60e4939c01051eb5ed35a81905dcc4e10;hp=f1eb3588165947400d6940338a12ed7aa49b400b;hpb=3d74d0a49c07162f6745e9576139a4823bb2af9d;p=friendica.git diff --git a/doc/database/db_notify.md b/doc/database/db_notify.md index f1eb358816..88d814c040 100644 --- a/doc/database/db_notify.md +++ b/doc/database/db_notify.md @@ -1,7 +1,7 @@ Table notify =========== -notifications +[Deprecated] User notifications Fields ------ @@ -30,14 +30,14 @@ Fields Indexes ------------ -| Name | Fields | -|------|--------| -| PRIMARY | id | -| seen_uid_date | seen, uid, date | -| uid_date | uid, date | +| Name | Fields | +| ------------- | -------------------- | +| PRIMARY | id | +| seen_uid_date | seen, uid, date | +| uid_date | uid, date | | uid_type_link | uid, type, link(190) | -| uri-id | uri-id | -| parent-uri-id | parent-uri-id | +| uri-id | uri-id | +| parent-uri-id | parent-uri-id | Foreign Keys ------------