diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-02-19 08:23:55 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-02-19 08:23:55 +0000 |
| commit | 5204da7bf79701ff5fee84c448896b394addf137 (patch) | |
| tree | 04bd3ff47b82b3b4a79939a661c964e70ece6a2a /admin | |
| parent | 4623c277f72a901d1d4212aee7c9d2ad5dfcaf1d (diff) | |
| download | stats-5204da7bf79701ff5fee84c448896b394addf137.tar.gz stats-5204da7bf79701ff5fee84c448896b394addf137.tar.bz2 stats-5204da7bf79701ff5fee84c448896b394addf137.zip | |
Fix reserved word field names
DAY - SQL Reserved
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 57c25fe..ad5f300 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -9,7 +9,7 @@ $tables = array( ", 'stats_pageviews' => " - day I8 PRIMARY, + stats_day I8 PRIMARY, pageviews I8 ", |
