<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>db/migrate/20081004194638_add_precision_to_geocode.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &lt;!DOCTYPE html&gt;
-&lt;html&gt;
+&lt;html lang=&quot;en&quot;&gt;
   &lt;head&gt;
     &lt;title&gt;YardVote.com&lt;/title&gt;
     &lt;%= stylesheet_link_tag 'collectiveidea', 'main', :cache =&gt; true %&gt;</diff>
      <filename>app/views/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version =&gt; 20080926205931) do
+ActiveRecord::Schema.define(:version =&gt; 20081004194638) do
 
   create_table &quot;audits&quot;, :force =&gt; true do |t|
     t.integer  &quot;auditable_id&quot;
@@ -36,11 +36,17 @@ ActiveRecord::Schema.define(:version =&gt; 20080926205931) do
     t.string  &quot;region&quot;
     t.string  &quot;postal_code&quot;
     t.string  &quot;country&quot;
+    t.string  &quot;precision&quot;
   end
 
+  add_index &quot;geocodes&quot;, [&quot;precision&quot;], :name =&gt; &quot;geocodes_precision_index&quot;
+  add_index &quot;geocodes&quot;, [&quot;country&quot;], :name =&gt; &quot;geocodes_country_index&quot;
+  add_index &quot;geocodes&quot;, [&quot;postal_code&quot;], :name =&gt; &quot;geocodes_postal_code_index&quot;
+  add_index &quot;geocodes&quot;, [&quot;region&quot;], :name =&gt; &quot;geocodes_region_index&quot;
+  add_index &quot;geocodes&quot;, [&quot;locality&quot;], :name =&gt; &quot;geocodes_locality_index&quot;
   add_index &quot;geocodes&quot;, [&quot;query&quot;], :name =&gt; &quot;geocodes_query_index&quot;, :unique =&gt; true
-  add_index &quot;geocodes&quot;, [&quot;longitude&quot;], :name =&gt; &quot;geocodes_longitude_index&quot;
   add_index &quot;geocodes&quot;, [&quot;latitude&quot;], :name =&gt; &quot;geocodes_latitude_index&quot;
+  add_index &quot;geocodes&quot;, [&quot;longitude&quot;], :name =&gt; &quot;geocodes_longitude_index&quot;
 
   create_table &quot;geocodings&quot;, :force =&gt; true do |t|
     t.integer &quot;geocodable_id&quot;
@@ -48,9 +54,9 @@ ActiveRecord::Schema.define(:version =&gt; 20080926205931) do
     t.string  &quot;geocodable_type&quot;
   end
 
-  add_index &quot;geocodings&quot;, [&quot;geocodable_type&quot;], :name =&gt; &quot;geocodings_geocodable_type_index&quot;
-  add_index &quot;geocodings&quot;, [&quot;geocode_id&quot;], :name =&gt; &quot;geocodings_geocode_id_index&quot;
   add_index &quot;geocodings&quot;, [&quot;geocodable_id&quot;], :name =&gt; &quot;geocodings_geocodable_id_index&quot;
+  add_index &quot;geocodings&quot;, [&quot;geocode_id&quot;], :name =&gt; &quot;geocodings_geocode_id_index&quot;
+  add_index &quot;geocodings&quot;, [&quot;geocodable_type&quot;], :name =&gt; &quot;geocodings_geocodable_type_index&quot;
 
   create_table &quot;locations&quot;, :force =&gt; true do |t|
     t.string   &quot;street&quot;</diff>
      <filename>db/schema.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit af92a66e4062ad490a7a5efd8b3a7084b12997a5
+Subproject commit 88078aca800cfd6188b7a594c18bcf00cb789ab0</diff>
      <filename>vendor/gems/graticule-0.2.0</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit 6d9cbe020031defdd57f8d24de657199486f90a5
+Subproject commit 2e8996c49b3861249d61fa3fb2dd21a2cabdf29c</diff>
      <filename>vendor/plugins/acts_as_geocodable</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d4bd59def900e57734092fd16b36b71edf744e4e</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Morrison</name>
    <email>daniel@collectiveidea.com</email>
  </author>
  <url>http://github.com/collectiveidea/yardvote.com/commit/970bca819808486f43a47a9d9a1b488b77cd753c</url>
  <id>970bca819808486f43a47a9d9a1b488b77cd753c</id>
  <committed-date>2008-10-04T13:39:49-07:00</committed-date>
  <authored-date>2008-10-04T13:39:49-07:00</authored-date>
  <message>Updated Graticule and acts_as_geocodable, adding precision field to Geocode.</message>
  <tree>0e8cd65b00226b2befd763c51ff7b5ec040cdb7e</tree>
  <committer>
    <name>Daniel Morrison</name>
    <email>daniel@collectiveidea.com</email>
  </committer>
</commit>
