summaryrefslogtreecommitdiffstatsabout
path: root/create_tables.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create_tables.sql')
-rw-r--r--create_tables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/create_tables.sql b/create_tables.sql
index 0266b52..0fe0f4b 100644
--- a/create_tables.sql
+++ b/create_tables.sql
@@ -23,7 +23,7 @@ create table access_log (
23 ssl_maxkeysize smallint unsigned, 23 ssl_maxkeysize smallint unsigned,
24 status smallint unsigned , 24 status smallint unsigned ,
25 time_stamp int unsigned , 25 time_stamp int unsigned ,
26 virtual_host varchar(50) 26 virtual_host varchar(255)
27); 27);
28 28
29create table notes ( 29create table notes (