]> source.dussan.org Git - nextcloud-server.git/commitdiff
columns should be nullable by default
authorJörn Friedrich Dreyer <jfd@butonic.de>
Thu, 1 May 2014 21:03:45 +0000 (23:03 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Thu, 1 May 2014 21:03:45 +0000 (23:03 +0200)
lib/private/db/mdb2schemareader.php

index 1c16d03eab2cbfbcd724cfc46278321ebd124979..d2541e6675609a9c584c7ed4d082a0a76577b11d 100644 (file)
@@ -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