<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -154,7 +154,7 @@ class Migrations{
                             $this-&gt;aTasks[$sDirection][] = $this-&gt;drop_field( $sName, $sField );
                     }
                     elseif( $sAction == 'query' || $sAction == 'queries'){
-                        $this-&gt;aTasks[$sDirection][] = $aElement;
+                        $this-&gt;aTasks[$sDirection][] = $this-&gt;query($aProperties);
                     }
                 }
             }
@@ -529,4 +529,4 @@ class Migrations{
         
         return $aTableSchema;
     }
-}
\ No newline at end of file
+}</diff>
      <filename>migrations/migrations.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>26169d7edf26d323ed549fe2f6da8a14c157884a</id>
    </parent>
  </parents>
  <author>
    <name>James Sapara</name>
    <email>jsapara@192.168.20.197</email>
  </author>
  <url>http://github.com/georgious/cakephp-yaml-migrations-and-fixtures/commit/50306e34910c02c182619e553f763cba2ee735b6</url>
  <id>50306e34910c02c182619e553f763cba2ee735b6</id>
  <committed-date>2009-08-21T15:10:52-07:00</committed-date>
  <authored-date>2009-08-21T15:10:52-07:00</authored-date>
  <message>Fixed issue with using query/queries: where it returned the array of queries instead of processing them and
adding them as tasks. I call the $this-&gt;query fully knowing it does nothing but return the parameter. I figure
it's best to follow convention incase someone does want to do something in query some day and wonders why it's
not working.</message>
  <tree>6eb79bb4d9d133c575dfd801f538caaed1578aba</tree>
  <committer>
    <name>James Sapara</name>
    <email>jsapara@192.168.20.197</email>
  </committer>
</commit>
