summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-17 17:32:51 +0200
committerThomas Lange <code@nerdmind.de>2021-06-17 17:32:51 +0200
commit273311c6dd26b17328b27279668c96b250e397f2 (patch)
treea44538fa98c37e19141204146dda3df1c1097c3b
parentd92d31b67359d9e8cb7b98cbf10d3619dc3a1384 (diff)
downloadwiki-273311c6dd26b17328b27279668c96b250e397f2.tar.gz
wiki-273311c6dd26b17328b27279668c96b250e397f2.tar.xz
wiki-273311c6dd26b17328b27279668c96b250e397f2.zip
Add documentation for migration table
-rw-r--r--Database.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Database.md b/Database.md
index aef3a33..7c898af 100644
--- a/Database.md
+++ b/Database.md
@@ -1,3 +1,8 @@
+## Table `migration` [`InnoDB`]
+This is an internal information table used for database schema upgrades and must contain only one row. Never modify this table manually unless you know what you are doing.
+
+* Column `schema_version`: Contains the current schema version of the database structure.
+
## Table `page` [`InnoDB`]
In this table are all created page objects stored and will be removed if the admin deletes them.