]> git.mxchange.org Git - friendica.git/commitdiff
Removed old database table description
authorMichael <heluecht@pirati.ca>
Wed, 15 Nov 2023 18:02:44 +0000 (18:02 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 15 Nov 2023 18:02:44 +0000 (18:02 +0000)
doc/database/db_test-full-text-search.md [deleted file]

diff --git a/doc/database/db_test-full-text-search.md b/doc/database/db_test-full-text-search.md
deleted file mode 100644 (file)
index e9bdbec..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-Table check-full-text-search
-===========
-
-Check for a full text search match in user defined channels before storing the message in the system
-
-Fields
-------
-
-| Field      | Description                              | Type         | Null | Key | Default | Extra |
-| ---------- | ---------------------------------------- | ------------ | ---- | --- | ------- | ----- |
-| pid        | Process id of the worker                 | int unsigned | NO   |     | 0       |       |
-| searchtext | Simplified text for the full text search | mediumtext   | YES  |     | NULL    |       |
-
-Indexes
-------------
-
-| Name       | Fields               |
-| ---------- | -------------------- |
-| PRIMARY    | pid                  |
-| searchtext | FULLTEXT, searchtext |
-
-
-Return to [database documentation](help/database)