summaryrefslogtreecommitdiffstats
path: root/Database.md
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2018-12-31 00:32:45 +0100
committerThomas Lange <code@nerdmind.de>2018-12-31 00:32:45 +0100
commit963fe503517d3e9bf202f6063793408cb6e81014 (patch)
treeb0d65f41f06fec48549e6184a7945dbad1b90c07 /Database.md
parenta68c77f0e94aa41334fd67751fbfc2dbc5230126 (diff)
downloadwiki-963fe503517d3e9bf202f6063793408cb6e81014.tar.gz
wiki-963fe503517d3e9bf202f6063793408cb6e81014.tar.xz
wiki-963fe503517d3e9bf202f6063793408cb6e81014.zip
Update documentation
All table engines are "InnoDB" since v2.4.
Diffstat (limited to 'Database.md')
-rw-r--r--Database.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/Database.md b/Database.md
index 5e49fed..58d378e 100644
--- a/Database.md
+++ b/Database.md
@@ -10,9 +10,8 @@ In this table are all created page objects stored and will be removed if the adm
* Column `body`: Contains the body of the page in the markdown format
* Column `argv`: Contains the optional argument string or is `NULL`
-## Table `post` [`MyISAM`]
-In this table are all created post objects stored and will be removed if the admin deletes them.
-The table type is `MyISAM` because the fulltext search doesn't work with `InnoDB` in MySQL < `5.6`.
+## Table `post` [`InnoDB`]
+In this table are all created post objects stored and will be removed if the admin deletes them.
* Column `id`: Contains the unique primary ID to identify a post
* Column `time_insert`: Contains the time stamp (Format: `YYYY-MM-DD HH:II:SS`) when the post was created