]> git.mxchange.org Git - friendica.git/commitdiff
Remove obsolete fserver and ffinder db table doc
authorHypolite Petovan <mrpetovan@gmail.com>
Thu, 7 Dec 2017 04:11:06 +0000 (23:11 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Thu, 7 Dec 2017 04:11:06 +0000 (23:11 -0500)
doc/database.md
doc/database/db_ffinder.md [deleted file]
doc/database/db_fserver.md [deleted file]

index 649ba3984fd5c1764c6c1e592789dcd4e23943ce..00a40fb247f762563c357d0a98a4df909836803d 100644 (file)
@@ -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                                  |
diff --git a/doc/database/db_ffinder.md b/doc/database/db_ffinder.md
deleted file mode 100644 (file)
index 29fea20..0000000
+++ /dev/null
@@ -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)
diff --git a/doc/database/db_fserver.md b/doc/database/db_fserver.md
deleted file mode 100644 (file)
index 5350676..0000000
+++ /dev/null
@@ -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)