Little bug in tokenize.install pgsql
Summit - November 24, 2008 - 09:14
| Project: | Tokenize |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Description
Hi,
In tokenize.install the create query is:
case 'pgsql':
db_query("CREATE TABLE {tokenize} (
field_name varchar(32) NOT NULL default '0',
type_name varchar(32) NOT NULL default '0'
method int(1) NOT NULL default '0'
)");
break;there is a ",' missing at the end of type_name I think.
Greetings,
Martijn
