fix for bug [ 1062480 ] case error in schema_proc_pgsql

This commit is contained in:
Ralf Becker 2004-11-08 16:14:48 +00:00
parent eaa73638f1
commit 429b9b0913

View File

@ -156,7 +156,7 @@
case 'text':
case 'blob':
case 'date':
case 'bool';
case 'bool':
$sTranslated = "'type' => '$sType'";
break;
}