<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,8 @@ class TwitterReporter &lt; Reporter
   before_save :set_location
   EXTRACTOR = Regexp.new(/^(\w+?):\s(.*)$/m)
 
+  attr_accessor :url, :description, :protected
+  
   def source_name; &quot;Twitter&quot;; end
   def source; &quot;Twitter&quot;; end
   def icon; profile_image_url; end</diff>
      <filename>app/models/reporters/twitter_reporter.rb</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; 0) do
+ActiveRecord::Schema.define(:version =&gt; 20090109222000) do
 
   create_table &quot;alert_viewings&quot;, :force =&gt; true do |t|
     t.column &quot;user_id&quot;, :integer
@@ -84,14 +84,15 @@ ActiveRecord::Schema.define(:version =&gt; 0) do
   add_index &quot;report_tags&quot;, [&quot;tag_id&quot;], :name =&gt; &quot;index_report_tags_on_tag_id&quot;
 
   create_table &quot;reporters&quot;, :force =&gt; true do |t|
-    t.column &quot;location_id&quot;, :integer
     t.column &quot;type&quot;, :string, :limit =&gt; 30
     t.column &quot;uniqueid&quot;, :string, :limit =&gt; 80
     t.column &quot;name&quot;, :string, :limit =&gt; 80
     t.column &quot;screen_name&quot;, :string, :limit =&gt; 80
-    t.column &quot;profile_location&quot;, :string, :limit =&gt; 80
     t.column &quot;profile_image_url&quot;, :string, :limit =&gt; 200
     t.column &quot;followers_count&quot;, :integer
+    t.column &quot;profile_location&quot;, :string, :limit =&gt; 80
+    t.column &quot;location_id&quot;, :integer
+    t.column &quot;home_location_id&quot;, :integer
     t.column &quot;created_at&quot;, :datetime
     t.column &quot;updated_at&quot;, :datetime
   end
@@ -100,15 +101,17 @@ ActiveRecord::Schema.define(:version =&gt; 0) do
 
   create_table &quot;reports&quot;, :force =&gt; true do |t|
     t.column &quot;type&quot;, :string, :limit =&gt; 30
-    t.column &quot;reporter_id&quot;, :integer
-    t.column &quot;location_id&quot;, :integer
-    t.column &quot;uniqueid&quot;, :string, :limit =&gt; 20
+    t.column &quot;source&quot;, :string, :limit =&gt; 30
+    t.column &quot;uniqueid&quot;, :string, :limit =&gt; 30
     t.column &quot;title&quot;, :string
-    t.column &quot;body&quot;, :string
+    t.column &quot;body&quot;, :text, :limit =&gt; 16777215
     t.column &quot;score&quot;, :integer
-    t.column &quot;parent_report_id&quot;, :integer
-    t.column &quot;filetype&quot;, :string, :limit =&gt; 5
+    t.column &quot;source_url&quot;, :string
+    t.column &quot;link_url&quot;, :string
     t.column &quot;location_accuracy&quot;, :integer
+    t.column &quot;reporter_id&quot;, :integer
+    t.column &quot;location_id&quot;, :integer
+    t.column &quot;parent_report_id&quot;, :integer
     t.column &quot;reviewer_id&quot;, :integer
     t.column &quot;created_at&quot;, :datetime
     t.column &quot;updated_at&quot;, :datetime</diff>
      <filename>db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>855babca1b06074e12902e534a4c6623128d611e</id>
    </parent>
  </parents>
  <author>
    <name>David Troy</name>
    <email>dave@popvox.com</email>
  </author>
  <url>http://github.com/davetroy/inaugreport/commit/2acc49e0f7431957840558c900da53accbbbac87</url>
  <id>2acc49e0f7431957840558c900da53accbbbac87</id>
  <committed-date>2009-01-12T12:05:03-08:00</committed-date>
  <authored-date>2009-01-12T12:05:03-08:00</authored-date>
  <message>Added Twitter reporter attributes</message>
  <tree>9e9472e9029d6b9e24a3c7e22505db16078d3009</tree>
  <committer>
    <name>David Troy</name>
    <email>dave@popvox.com</email>
  </committer>
</commit>
