Merge pull request #8425 from owncloud/columns_should_be_nullable_by_default

columns should be nullable by default
remotes/origin/ldap_group_count
Thomas Müller 2014-06-03 12:55:42 +07:00
commit 2b1a7a76c3
1 changed files with 1 additions and 1 deletions

@ -130,7 +130,7 @@ class MDB2SchemaReader {
* @throws \DomainException
*/
private function loadField($table, $xml) {
$options = array();
$options = array( 'notnull' => false );
foreach ($xml->children() as $child) {
/**
* @var \SimpleXMLElement $child