summaryrefslogtreecommitdiffstats
path: root/db_structure.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db_structure.sql')
-rw-r--r--db_structure.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/db_structure.sql b/db_structure.sql
index a47b5c1..e655fc8 100644
--- a/db_structure.sql
+++ b/db_structure.sql
@@ -51,7 +51,8 @@ CREATE TABLE reports (
CREATE TABLE names (
ip varchar(20) COLLATE utf8_bin NOT NULL,
- name varchar(200) COLLATE utf8_bin NOT NULL
+ name varchar(200) COLLATE utf8_bin NOT NULL,
+ testserver tinyint NOT NULL,
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
CREATE TABLE server (