From b93817e01a3e8142c80c4d315023f2d47e2fec71 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Thu, 7 Jan 2021 14:38:21 -0300 Subject: docs: Converting from HTML to Markdown part #5 (#334) --- docs/version.md | 87 +++++++++------------------------------------------------ 1 file changed, 13 insertions(+), 74 deletions(-) (limited to 'docs/version.md') diff --git a/docs/version.md b/docs/version.md index 4ea715b..de06840 100644 --- a/docs/version.md +++ b/docs/version.md @@ -8,80 +8,19 @@ Includes information on current core and database version. **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

core_version

varchar(120)

signed

 

YES

NULL

 

Core revision dumped at startup

core_revision

bigint(20)

unsigned

 

YES

NULL

 

Core revision hash

db_version

varchar(120)

signed

 

YES

NULL

 

Version of world DB

script_version

varchar(120)

signed

 

YES

NULL

 

Version of scripts DB

cache_id

int(10)

signed

 

YES

0

 

Minor DB version

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|---------------------|--------------|------------|-----|------|---------|-------|---------------------------------| +| [core_version][1] | varchar(120) | signed | | YES | NULL | | Core revision dumped at startup | +| [core_revision][2] | bigint(20) | unsigned | | YES | NULL | | Core revision hash | +| [db_version][3] | varchar(120) | signed | | YES | NULL | | Version of world DB | +| [script_version][4] | varchar(120) | signed | | YES | NULL | | Version of scripts DB | +| [cache_id][5] | int(10) | signed | | YES | 0 | | Minor DB version | + +[1]: #core_version +[2]: #core_revision +[3]: #db_version +[4]: #script_version +[5]: #cache_id **Description of the fields** -- cgit