From 700c998f49255b0d7b844363d23509cfedc68865 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 12:57:10 +0100 Subject: Fix anchors --- docs/version.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/version.md') diff --git a/docs/version.md b/docs/version.md index e25fc05..4ea715b 100644 --- a/docs/version.md +++ b/docs/version.md @@ -31,7 +31,7 @@ Includes information on current core and database version.

Comment

-

core_version

+

core_version

varchar(120)

signed

 

@@ -41,7 +41,7 @@ Includes information on current core and database version.

Core revision dumped at startup

-

core_revision

+

core_revision

bigint(20)

unsigned

 

@@ -51,7 +51,7 @@ Includes information on current core and database version.

Core revision hash

-

db_version

+

db_version

varchar(120)

signed

 

@@ -61,7 +61,7 @@ Includes information on current core and database version.

Version of world DB

-

script_version

+

script_version

varchar(120)

signed

 

@@ -71,7 +71,7 @@ Includes information on current core and database version.

Version of scripts DB

-

cache_id

+

cache_id

int(10)

signed

 

-- cgit