diff options
| author | 2002-12-10 19:43:21 +0000 | |
|---|---|---|
| committer | 2002-12-10 19:43:21 +0000 | |
| commit | 478975f1c8767c7ae2abb284ecda41185df32f11 (patch) | |
| tree | 96686958c947d966a01dd0dcbab00b026d072fd5 /create_tables.sql | |
| parent | ef6cec547cbb21caa7204095ee914cba89f6247b (diff) | |
Changes on route to 1.18 release (better table creation logic and workarounds for delayed insert kluge).
Diffstat (limited to 'create_tables.sql')
| -rw-r--r-- | create_tables.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/create_tables.sql b/create_tables.sql index 430d1a7..bc19a10 100644 --- a/create_tables.sql +++ b/create_tables.sql | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | create table access_log ( | 1 | create table access_log ( |
| 2 | id char(19) , | 2 | id char(19) , |
| 3 | agent varchar(255) , | 3 | agent varchar(255) , |
| 4 | bytes_sent int unsigned , | 4 | bytes_sent int unsigned , |
| 5 | child_pid smallint unsigned, | 5 | child_pid smallint unsigned, |
| 6 | cookie varchar(255), | 6 | cookie varchar(255), |
| 7 | machine_id varchar(25), | 7 | machine_id varchar(25), |
| 8 | request_file varchar(255), | 8 | request_file varchar(255), |
| 9 | referer varchar(255) , | 9 | referer varchar(255) , |
| 10 | remote_host varchar(50) , | 10 | remote_host varchar(50) , |
| @@ -47,4 +47,4 @@ create table cookies ( | |||
| 47 | id char(19), | 47 | id char(19), |
| 48 | item varchar(80), | 48 | item varchar(80), |
| 49 | val varchar(80) | 49 | val varchar(80) |
| 50 | ); \ No newline at end of file | 50 | ); |
