summaryrefslogtreecommitdiffstats
path: root/db_structure.sql
diff options
context:
space:
mode:
authorJonathan Bauer2020-07-29 13:38:16 +0200
committerJonathan Bauer2020-07-29 13:38:16 +0200
commit85e07ff14b8114d7cbe98a375f336cd2ccec2953 (patch)
tree14c50cb35d52a11e080a2dc4e4458368c808e622 /db_structure.sql
parentIgnore testservers on import (diff)
downloadbwlp-statistics-85e07ff14b8114d7cbe98a375f336cd2ccec2953.tar.gz
bwlp-statistics-85e07ff14b8114d7cbe98a375f336cd2ccec2953.tar.xz
bwlp-statistics-85e07ff14b8114d7cbe98a375f336cd2ccec2953.zip
fix syntax
Diffstat (limited to 'db_structure.sql')
-rw-r--r--db_structure.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.sql b/db_structure.sql
index e655fc8..6384dd6 100644
--- a/db_structure.sql
+++ b/db_structure.sql
@@ -52,7 +52,7 @@ CREATE TABLE reports (
CREATE TABLE names (
ip varchar(20) COLLATE utf8_bin NOT NULL,
name varchar(200) COLLATE utf8_bin NOT NULL,
- testserver tinyint NOT NULL,
+ testserver tinyint NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE server (