summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-02-19 10:09:47 +0000
committerLester Caine <lester@lsces.co.uk>2006-02-19 10:09:47 +0000
commit7e3b1627bc402f5c350bd59c0569c7d4d9ef1ec3 (patch)
treec691a97032ba608b88bc8325d4e9c8ac99c6c1ab /admin
parent5071b54eb181b97220c8b76549d96eba31310662 (diff)
downloadsearch-7e3b1627bc402f5c350bd59c0569c7d4d9ef1ec3.tar.gz
search-7e3b1627bc402f5c350bd59c0569c7d4d9ef1ec3.tar.bz2
search-7e3b1627bc402f5c350bd59c0569c7d4d9ef1ec3.zip
Fix reserved word field names
COUNT - SQL Reserved
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index a7e0ea7..ad4fe5d 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -5,7 +5,7 @@ $tables = array(
'searchindex' => "
searchword C(80) PRIMARY,
content_id I4 PRIMARY,
- count I4 NOTNULL DEFAULT '1',
+ i_count I4 NOTNULL DEFAULT '1',
last_update I4 NOTNULL
",