forked from GNUsocial/gnu-social
removed a stay bit of debug
This commit is contained in:
parent
75e2be3b71
commit
49f1b1e8b2
@ -502,7 +502,7 @@ class PgsqlSchema extends Schema
|
||||
{
|
||||
$sql = "{$cd->name} ";
|
||||
$type = $this->_columnTypeTranslation($cd->type);
|
||||
var_dump($type);
|
||||
|
||||
if (!empty($cd->size)) {
|
||||
$sql .= "{$type}({$cd->size}) ";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user