summaryrefslogtreecommitdiff
path: root/src/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.sql')
-rw-r--r--src/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema.sql b/src/schema.sql
index bd0dcfe..81080ff 100644
--- a/src/schema.sql
+++ b/src/schema.sql
@@ -107,7 +107,7 @@ CREATE TABLE access_log(
path integer NOT NULL,
query_string integer,
status smallint NOT NULL,
- size integer NOT NULL,
+ size bigint NOT NULL,
duration interval second(6) NOT NULL,
referrer integer,
user_agent integer,