mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fixed bug in conversation table --> schema for bigint
This commit is contained in:
parent
0cba91137e
commit
9c322199d6
@ -146,6 +146,7 @@
|
||||
break;
|
||||
case 'bigint':
|
||||
$sTranslated = "'type' => 'int', 'precision' => 8";
|
||||
break;
|
||||
case 'char':
|
||||
if ($iPrecision > 0 && $iPrecision < 256)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user