<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,13 +51,11 @@ abstract class CDbMigrationAdapter {
     
     // Execute a raw SQL statement
     public function execute($query, $params=array()) {
-        //echo('SQL: ' . $query . PHP_EOL);
         return $this-&gt;db-&gt;createCommand($query)-&gt;execute();
     }
     
     // Execute a raw SQL statement
     public function query($query, $params=array()) {
-        //echo('SQL: ' . $query . PHP_EOL);
         return $this-&gt;db-&gt;createCommand($query)-&gt;queryAll();
     }
     </diff>
      <filename>CDbMigrationAdapter.php</filename>
    </modified>
    <modified>
      <diff>@@ -4,17 +4,6 @@ class m20090611153243_CreateTables extends CDbMigration {
     
     public function up() {
         
-        /*
-        $tables = $this-&gt;query(&quot;show tables&quot;);
-        $this-&gt;renameTable('test_table', 'posts');
-        $this-&gt;removeIndex('test_table', 'idx_pk');
-        $this-&gt;removeColumn('test_table', 'comment_id');
-        $this-&gt;changeColumn('test_table', 'comment_id', 'boolean');
-        $this-&gt;addColumn('test_table', 'title', 'string');
-        $this-&gt;addIndex('posts', 'posts_sort', array('field1', 'field2'), true);
-        $this-&gt;removeTable('test_table');
-        */
-        
         $this-&gt;createTable(
             'posts',
             array(</diff>
      <filename>samples/m20090611153243_CreateTables.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d1cd622b5b1221bc7509f047e26214172cbb291f</id>
    </parent>
  </parents>
  <author>
    <name>Pieter Claerhout</name>
    <email>pieter@yellowduck.be</email>
  </author>
  <url>http://github.com/pieterclaerhout/yii-dbmigrations/commit/8302948ae4058cbc1b25ef6c9df887e0ceb1e4c9</url>
  <id>8302948ae4058cbc1b25ef6c9df887e0ceb1e4c9</id>
  <committed-date>2009-06-15T04:26:30-07:00</committed-date>
  <authored-date>2009-06-15T04:26:30-07:00</authored-date>
  <message>Removed some unneeded comments from the code.</message>
  <tree>15a0cbf3e6f800a7bdbbf00a847de98b20171fb8</tree>
  <committer>
    <name>Pieter Claerhout</name>
    <email>pieter@yellowduck.be</email>
  </committer>
</commit>
