From 9c322199d63f5bdee7a50c401f49639b6b84efe3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 8 Oct 2003 19:08:30 +0000 Subject: [PATCH] fixed bug in conversation table --> schema for bigint --- phpgwapi/inc/class.schema_proc_mysql.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.schema_proc_mysql.inc.php b/phpgwapi/inc/class.schema_proc_mysql.inc.php index df61aa5aa2..76fba42cef 100644 --- a/phpgwapi/inc/class.schema_proc_mysql.inc.php +++ b/phpgwapi/inc/class.schema_proc_mysql.inc.php @@ -146,6 +146,7 @@ break; case 'bigint': $sTranslated = "'type' => 'int', 'precision' => 8"; + break; case 'char': if ($iPrecision > 0 && $iPrecision < 256) {