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} ";
|
$sql = "{$cd->name} ";
|
||||||
$type = $this->_columnTypeTranslation($cd->type);
|
$type = $this->_columnTypeTranslation($cd->type);
|
||||||
var_dump($type);
|
|
||||||
if (!empty($cd->size)) {
|
if (!empty($cd->size)) {
|
||||||
$sql .= "{$type}({$cd->size}) ";
|
$sql .= "{$type}({$cd->size}) ";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user