]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/DBStructure.php
The next boolean
[friendica.git] / src / Database / DBStructure.php
index bd54ecf8c562fe1c0bb9521ddd1284f645580f03..7c82b518b8f199df181d830dcab013d4a57ad001 100644 (file)
@@ -729,7 +729,7 @@ class DBStructure
                                }
 
                                if ($field['COLUMN_KEY'] == 'PRI') {
-                                       $fielddata[$field['COLUMN_NAME']]['primary'] = 1;
+                                       $fielddata[$field['COLUMN_NAME']]['primary'] = true;
                                }
 
                                $fielddata[$field['COLUMN_NAME']]['Collation'] = $field['COLLATION_NAME'];