<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/models/postie.rb</filename>
    </added>
    <added>
      <filename>db/migrate/20081124020226_create_posties.rb</filename>
    </added>
    <added>
      <filename>spec/fixtures/posties.yml</filename>
    </added>
    <added>
      <filename>spec/models/postie_spec.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -9,6 +9,13 @@
 #
 # 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; 20081124020226) do
+
+  create_table &quot;posties&quot;, :force =&gt; true do |t|
+    t.string   &quot;name&quot;
+    t.text     &quot;body&quot;
+    t.datetime &quot;created_at&quot;
+    t.datetime &quot;updated_at&quot;
+  end
 
 end</diff>
      <filename>db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b04394d743fdc7bf7b1adc026de0a0aa7647b3a9</id>
    </parent>
  </parents>
  <author>
    <name>Paul Cortens</name>
    <email>paul@thoughtless.ca</email>
  </author>
  <url>http://github.com/thoughtless/cuc_demo/commit/daece2081a58d1a92b61c739ddd78189da938069</url>
  <id>daece2081a58d1a92b61c739ddd78189da938069</id>
  <committed-date>2008-11-23T18:05:27-08:00</committed-date>
  <authored-date>2008-11-23T18:05:27-08:00</authored-date>
  <message>add Postie model</message>
  <tree>ef69b5b61008e830a279e04d51698124a5c24774</tree>
  <committer>
    <name>Paul Cortens</name>
    <email>paul@thoughtless.ca</email>
  </committer>
</commit>
