Commit b1c307c4 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 9e35c902
......@@ -350,7 +350,7 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
break;
case 'boolean':
if (isset($definition['default'])) {
$definition['default'] = (int) $definition['default'];
$definition['default'] = $this->conn->convertBooleans($definition['default']);
}
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment