<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -97,4 +97,15 @@ class CDbMigrationAdapterSqlite extends CDbMigrationAdapter {
         );
     }
     
+    /**
+     *  Remove a table index from the database.
+     *
+     *  @param $table  The name of the table to remove the index from.
+     *  @param $column The name of the table index to remove.
+     */
+    public function removeIndex($table, $name) {
+        $sql = 'DROP INDEX ' . $this-&gt;db-&gt;quoteTableName($name);
+        return $this-&gt;execute($sql);
+    }
+    
 }</diff>
      <filename>adapters/CDbMigrationAdapterSqlite.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d6668402a106c82c8d510be332e6b0009b6338e8</id>
    </parent>
  </parents>
  <author>
    <name>Pieter Claerhout</name>
    <email>pieter@yellowduck.be</email>
  </author>
  <url>http://github.com/pieterclaerhout/yii-dbmigrations/commit/29088f6b805f21aae3bcdc34d36c0e02bdcba725</url>
  <id>29088f6b805f21aae3bcdc34d36c0e02bdcba725</id>
  <committed-date>2009-07-15T01:36:20-07:00</committed-date>
  <authored-date>2009-07-15T01:36:20-07:00</authored-date>
  <message>Fixed the removeIndex function for SQLite.</message>
  <tree>56cbe85d717b1b040a9a9af76192d0d679d5c3fe</tree>
  <committer>
    <name>Pieter Claerhout</name>
    <email>pieter@yellowduck.be</email>
  </committer>
</commit>
