diff options
author | Thomas Lange <code@nerdmind.de> | 2018-12-31 00:32:45 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2018-12-31 00:32:45 +0100 |
commit | 963fe503517d3e9bf202f6063793408cb6e81014 (patch) | |
tree | b0d65f41f06fec48549e6184a7945dbad1b90c07 | |
parent | a68c77f0e94aa41334fd67751fbfc2dbc5230126 (diff) | |
download | wiki-963fe503517d3e9bf202f6063793408cb6e81014.tar.gz wiki-963fe503517d3e9bf202f6063793408cb6e81014.tar.xz wiki-963fe503517d3e9bf202f6063793408cb6e81014.zip |
Update documentation
All table engines are "InnoDB" since v2.4.
-rw-r--r-- | Database.md | 5 |
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 |