diff options
author | Thomas Lange <code@nerdmind.de> | 2021-06-17 17:32:51 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-06-17 17:32:51 +0200 |
commit | 273311c6dd26b17328b27279668c96b250e397f2 (patch) | |
tree | a44538fa98c37e19141204146dda3df1c1097c3b | |
parent | d92d31b67359d9e8cb7b98cbf10d3619dc3a1384 (diff) | |
download | wiki-273311c6dd26b17328b27279668c96b250e397f2.tar.gz wiki-273311c6dd26b17328b27279668c96b250e397f2.tar.xz wiki-273311c6dd26b17328b27279668c96b250e397f2.zip |
Add documentation for migration table
-rw-r--r-- | Database.md | 5 |
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. |