mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Replace "group" with "circle" in database comments
- Table names "group" and "group_member" are unchanged
This commit is contained in:
parent
18351a4439
commit
4f6e02357a
9 changed files with 47 additions and 47 deletions
|
@ -25,9 +25,9 @@ Fields
|
|||
| nofinish | if event does have no end this is 1 | boolean | NO | | 0 | |
|
||||
| ignore | 0 or 1 | boolean | NO | | 0 | |
|
||||
| allow_cid | Access Control - list of allowed contact.id '<19><78>' | mediumtext | YES | | NULL | |
|
||||
| allow_gid | Access Control - list of allowed groups | mediumtext | YES | | NULL | |
|
||||
| allow_gid | Access Control - list of allowed circles | mediumtext | YES | | NULL | |
|
||||
| deny_cid | Access Control - list of denied contact.id | mediumtext | YES | | NULL | |
|
||||
| deny_gid | Access Control - list of denied groups | mediumtext | YES | | NULL | |
|
||||
| deny_gid | Access Control - list of denied circles | mediumtext | YES | | NULL | |
|
||||
|
||||
Indexes
|
||||
------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue