mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:10:13 +00:00
[Database 1529] Add author baseurl to post-user-view
- Explicit the contact.baseurl and contact.gsid caveat
This commit is contained in:
parent
f667d6dd25
commit
6fa7c23bb9
4 changed files with 10 additions and 8 deletions
|
@ -51,8 +51,8 @@ Fields
|
|||
| archive | | boolean | NO | | 0 | |
|
||||
| unsearchable | Contact prefers to not be searchable | boolean | NO | | 0 | |
|
||||
| sensitive | Contact posts sensitive content | boolean | NO | | 0 | |
|
||||
| baseurl | baseurl of the contact | varbinary(383) | YES | | | |
|
||||
| gsid | Global Server ID | int unsigned | YES | | NULL | |
|
||||
| baseurl | baseurl of the contact from the gserver record, can be missing | varbinary(383) | YES | | | |
|
||||
| gsid | Global Server ID, can be missing | int unsigned | YES | | NULL | |
|
||||
| bd | | date | NO | | 0001-01-01 | |
|
||||
| reason | | text | YES | | NULL | |
|
||||
| self | 1 if the contact is the user him/her self | boolean | NO | | 0 | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue