inc/DBSchema/mysql.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 Jan 2011 15:30:24 +0000 (23:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 Jan 2011 15:30:24 +0000 (23:30 +0800)
inc/DBSchema/mysql.php

index 754bffc..bcb91f4 100644 (file)
@@ -52,7 +52,7 @@ class MTrackDBSchema_mysql extends MTrackDBSchema_Generic
         if (is_array($table->keys)) {
             
             foreach ($table->keys as $kn=>$k) {
-                if ($k->type != 'primary') continue;
+           //     if ($k->type != 'primary') continue;
                 if ($pri_key !== null) continue;
                 $sql[] = "\tprimary key (" . join(', ', $k->fields) . ")";
             }