diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-05-29 22:28:48 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-29 22:28:48 -0700 |
| commit | f660eb55aa9535c10f91ad2812fa073589fcae2b (patch) | |
| tree | 11d8727061378408bbc16ede888a058ba20542fb /system/config | |
| parent | 0097803efc1c71711bf9ccf5015fe43e75f8f28d (diff) | |
| parent | ce285b8feba2f9c495fb153517c2a582421f50e0 (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'system/config')
| -rw-r--r-- | system/config/sql_types.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/config/sql_types.php b/system/config/sql_types.php index a4a44bda..4034c6f5 100644 --- a/system/config/sql_types.php +++ b/system/config/sql_types.php @@ -48,7 +48,7 @@ $config['enum'] = $config['set'] = $config['varchar']; $config['tinytext'] = $config['mediumtext'] = $config['longtext'] = $config['text']; // BLOB -$config['tinyblob'] = $config['mediumblob'] = $config['longblob'] = $config['clob'] = $config['bytea'] = $config['blob']; +$config['tsvector'] = $config['tinyblob'] = $config['mediumblob'] = $config['longblob'] = $config['clob'] = $config['bytea'] = $config['blob']; // CHARACTER $config['character'] = $config['char']; |
