diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-02-19 10:09:47 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-02-19 10:09:47 +0000 |
| commit | 7e3b1627bc402f5c350bd59c0569c7d4d9ef1ec3 (patch) | |
| tree | c691a97032ba608b88bc8325d4e9c8ac99c6c1ab /admin | |
| parent | 5071b54eb181b97220c8b76549d96eba31310662 (diff) | |
| download | search-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.php | 2 |
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 ", |
