From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/scripts.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/scripts.md') diff --git a/docs/scripts.md b/docs/scripts.md index 2e8bf80..d037d11 100644 --- a/docs/scripts.md +++ b/docs/scripts.md @@ -42,7 +42,7 @@ NOTE: An entry in this table may have more than one row as a script may do more -effIndex [1] +effIndex [1] tinyint(3) unsigned
@@ -107,7 +107,7 @@ NOTE: An entry in this table may have more than one row as a script may do more -dataint +dataint int(11) signed
@@ -120,7 +120,7 @@ NOTE: An entry in this table may have more than one row as a script may do more -x +x float signed
@@ -133,7 +133,7 @@ NOTE: An entry in this table may have more than one row as a script may do more -y +y float signed
@@ -146,7 +146,7 @@ NOTE: An entry in this table may have more than one row as a script may do more -z +z float signed
@@ -159,7 +159,7 @@ NOTE: An entry in this table may have more than one row as a script may do more -o +o float signed
-- cgit