mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 21:32:46 +02:00
"longtext need to be handled like text"
This commit is contained in:
parent
f22de2cc36
commit
9f3d5f4b4c
@ -233,7 +233,7 @@ class schema_proc
|
|||||||
{
|
{
|
||||||
// only create indexes on text-columns, if (db-)specifiy options are given or FULLTEXT for mysql
|
// only create indexes on text-columns, if (db-)specifiy options are given or FULLTEXT for mysql
|
||||||
// most DB's cant do them and give errors
|
// most DB's cant do them and give errors
|
||||||
if ($aTableDef['fd'][$mFields]['type'] == 'text')
|
if (in_array($aTableDef['fd'][$mFields]['type'],array('text','longtext')))
|
||||||
{
|
{
|
||||||
if ($this->sType == 'mysql')
|
if ($this->sType == 'mysql')
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user