diff options
author | Jonathan Bauer | 2020-07-29 13:38:16 +0200 |
---|---|---|
committer | Jonathan Bauer | 2020-07-29 13:38:16 +0200 |
commit | 85e07ff14b8114d7cbe98a375f336cd2ccec2953 (patch) | |
tree | 14c50cb35d52a11e080a2dc4e4458368c808e622 | |
parent | Ignore testservers on import (diff) | |
download | bwlp-statistics-85e07ff14b8114d7cbe98a375f336cd2ccec2953.tar.gz bwlp-statistics-85e07ff14b8114d7cbe98a375f336cd2ccec2953.tar.xz bwlp-statistics-85e07ff14b8114d7cbe98a375f336cd2ccec2953.zip |
fix syntax
-rw-r--r-- | db_structure.sql | 2 |
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 ( |