Remove obsolete fserver and ffinder db table doc
This commit is contained in:
parent
fe93029914
commit
eeee65136c
|
@ -17,8 +17,6 @@ Database Tables
|
|||
| [conversation](help/database/db_conversation) | Raw data and structure information for messages |
|
||||
| [event](help/database/db_event) | Events |
|
||||
| [fcontact](help/database/db_fcontact) | friend suggestion stuff |
|
||||
| [ffinder](help/database/db_ffinder) | friend suggestion stuff |
|
||||
| [fserver](help/database/db_fserver) | |
|
||||
| [fsuggest](help/database/db_fsuggest) | friend suggestion stuff |
|
||||
| [gcign](help/database/db_gcign) | contacts ignored by friend suggestions |
|
||||
| [gcontact](help/database/db_gcontact) | global contacts |
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
Table ffinder
|
||||
=============
|
||||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---------------- | ---- | --- | ------- | --------------- |
|
||||
| id | | int(10) unsigned | NO | PRI | NULL | auto_increment |
|
||||
| uid | | int(10) unsigned | NO | | 0 | |
|
||||
| cid | | int(10) unsigned | NO | | 0 | |
|
||||
| fid | | int(10) unsigned | NO | | 0 | |
|
||||
|
||||
Return to [database documentation](help/database)
|
|
@ -1,11 +0,0 @@
|
|||
Table fserver
|
||||
=============
|
||||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ------- | ----------- | ------------ | ---- | --- | ------- | --------------- |
|
||||
| id | | int(11) | NO | PRI | NULL | auto_increment |
|
||||
| server | | varchar(255) | NO | MUL | | |
|
||||
| posturl | | varchar(255) | NO | | | |
|
||||
| key | | text | NO | | NULL | |
|
||||
|
||||
Return to [database documentation](help/database)
|
Loading…
Reference in a new issue