<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>db/migrate/20091007121451_make_tweet_id_longer.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; 20081019044317) do
+ActiveRecord::Schema.define(:version =&gt; 20091007121451) do
 
   create_table &quot;comments&quot;, :force =&gt; true do |t|
     t.integer  &quot;user_id&quot;,          :limit =&gt; 11
@@ -154,7 +154,7 @@ ActiveRecord::Schema.define(:version =&gt; 20081019044317) do
   create_table &quot;tweets&quot;, :force =&gt; true do |t|
     t.string   &quot;body&quot;
     t.string   &quot;username&quot;
-    t.integer  &quot;twitter_identifier&quot;, :limit =&gt; 11
+    t.integer  &quot;twitter_identifier&quot;, :limit =&gt; 20
     t.integer  &quot;event_id&quot;,           :limit =&gt; 11
     t.datetime &quot;posted_at&quot;
     t.datetime &quot;created_at&quot;</diff>
      <filename>db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>815968dfa2bc4f072b088ab95cf7505a4db3a9be</id>
    </parent>
  </parents>
  <author>
    <name>Lincoln Stoll</name>
    <email>lstoll@lstoll.net</email>
  </author>
  <url>http://github.com/webjam/webjam/commit/56c64e7f44753961e95def013f7f318558ce1de6</url>
  <id>56c64e7f44753961e95def013f7f318558ce1de6</id>
  <committed-date>2009-10-07T05:25:39-07:00</committed-date>
  <authored-date>2009-10-07T05:25:39-07:00</authored-date>
  <message>Make tweet ID column longer in DB so tweets have the correct ID, remove tweets with the wrong ID. Closes #7</message>
  <tree>7d0189989b37e9ddb5fd1e053bb522b31082375a</tree>
  <committer>
    <name>Lincoln Stoll</name>
    <email>lstoll@lstoll.net</email>
  </committer>
</commit>
