From 273311c6dd26b17328b27279668c96b250e397f2 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 17 Jun 2021 17:32:51 +0200 Subject: Add documentation for migration table --- Database.md | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit v1.2.3