<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>db/migrate/20090523011759_add_index_to_expenses.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -9,7 +9,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version =&gt; 20090201204352) do
+ActiveRecord::Schema.define(:version =&gt; 20090523011759) do
 
   create_table &quot;expenses&quot;, :force =&gt; true do |t|
     t.integer  &quot;user_id&quot;,    :null =&gt; false
@@ -19,6 +19,8 @@ ActiveRecord::Schema.define(:version =&gt; 20090201204352) do
     t.datetime &quot;updated_at&quot;
   end
 
+  add_index &quot;expenses&quot;, [&quot;user_id&quot;], :name =&gt; &quot;index_expenses_on_user_id&quot;
+
   create_table &quot;users&quot;, :force =&gt; true do |t|
     t.string   &quot;email&quot;,                          :null =&gt; false
     t.string   &quot;hashed_password&quot;, :limit =&gt; 128, :null =&gt; false</diff>
      <filename>db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>95f5e4b1c83f16ee8c1afc71f0e3893c6d064e81</id>
    </parent>
  </parents>
  <author>
    <name>Tristan Dunn</name>
    <email>tristanzdunn@gmail.com</email>
  </author>
  <url>http://github.com/tristandunn/expense/commit/d2c7bdd879a21298b37f881848d847c372187679</url>
  <id>d2c7bdd879a21298b37f881848d847c372187679</id>
  <committed-date>2009-05-22T18:19:57-07:00</committed-date>
  <authored-date>2009-05-22T18:19:57-07:00</authored-date>
  <message>Index expenses on user_id.</message>
  <tree>654957eefbd553775543870966133f4761e8b98c</tree>
  <committer>
    <name>Tristan Dunn</name>
    <email>tristanzdunn@gmail.com</email>
  </committer>
</commit>
