<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,32 +12,32 @@
 ActiveRecord::Schema.define(:version =&gt; 20090409222528) do
 
   create_table &quot;bulletins&quot;, :force =&gt; true do |t|
-    t.text     &quot;message&quot;,    :null =&gt; false
-    t.string   &quot;link&quot;
-    t.datetime &quot;created_on&quot;, :null =&gt; false
-    t.datetime &quot;updated_on&quot;, :null =&gt; false
+    t.text      &quot;message&quot;,    :null =&gt; false
+    t.string    &quot;link&quot;
+    t.timestamp &quot;created_on&quot;, :null =&gt; false
+    t.timestamp &quot;updated_on&quot;, :null =&gt; false
   end
 
   create_table &quot;completions&quot;, :force =&gt; true do |t|
-    t.integer  &quot;person_id&quot;,      :default =&gt; 0, :null =&gt; false
-    t.integer  &quot;task_id&quot;,        :default =&gt; 0, :null =&gt; false
-    t.integer  &quot;source&quot;,         :default =&gt; 0, :null =&gt; false
-    t.date     &quot;date_completed&quot;,                :null =&gt; false
-    t.datetime &quot;created_on&quot;,                    :null =&gt; false
+    t.integer   &quot;person_id&quot;,      :default =&gt; 0, :null =&gt; false
+    t.integer   &quot;task_id&quot;,        :default =&gt; 0, :null =&gt; false
+    t.integer   &quot;source&quot;,         :default =&gt; 0, :null =&gt; false
+    t.date      &quot;date_completed&quot;,                :null =&gt; false
+    t.timestamp &quot;created_on&quot;,                    :null =&gt; false
   end
 
   add_index &quot;completions&quot;, [&quot;person_id&quot;], :name =&gt; &quot;people_tasks_FKIndex1&quot;
   add_index &quot;completions&quot;, [&quot;task_id&quot;], :name =&gt; &quot;people_tasks_FKIndex2&quot;
 
   create_table &quot;emails&quot;, :force =&gt; true do |t|
-    t.string   &quot;to&quot;,         :default =&gt; &quot;&quot;,    :null =&gt; false
-    t.string   &quot;cc&quot;
-    t.string   &quot;bcc&quot;
-    t.string   &quot;subject&quot;,    :default =&gt; &quot;&quot;,    :null =&gt; false
-    t.text     &quot;message&quot;,                       :null =&gt; false
-    t.boolean  &quot;sent&quot;,       :default =&gt; false, :null =&gt; false
-    t.datetime &quot;created_on&quot;,                    :null =&gt; false
-    t.datetime &quot;updated_on&quot;,                    :null =&gt; false
+    t.string    &quot;to&quot;,         :default =&gt; &quot;&quot;,    :null =&gt; false
+    t.string    &quot;cc&quot;
+    t.string    &quot;bcc&quot;
+    t.string    &quot;subject&quot;,    :default =&gt; &quot;&quot;,    :null =&gt; false
+    t.text      &quot;message&quot;,                       :null =&gt; false
+    t.boolean   &quot;sent&quot;,       :default =&gt; false, :null =&gt; false
+    t.timestamp &quot;created_on&quot;,                    :null =&gt; false
+    t.timestamp &quot;updated_on&quot;,                    :null =&gt; false
   end
 
   create_table &quot;globalize_countries&quot;, :force =&gt; true do |t|
@@ -100,25 +100,25 @@ ActiveRecord::Schema.define(:version =&gt; 20090409222528) do
   end
 
   create_table &quot;invitations&quot;, :force =&gt; true do |t|
-    t.integer  &quot;person_id&quot;
-    t.integer  &quot;team_id&quot;,                  :default =&gt; 0,     :null =&gt; false
-    t.string   &quot;email&quot;,                    :default =&gt; &quot;&quot;,    :null =&gt; false
-    t.string   &quot;code&quot;,       :limit =&gt; 40
-    t.boolean  &quot;accepted&quot;,                 :default =&gt; false
-    t.datetime &quot;created_on&quot;,                                  :null =&gt; false
-    t.datetime &quot;updated_on&quot;,                                  :null =&gt; false
+    t.integer   &quot;person_id&quot;
+    t.integer   &quot;team_id&quot;,                  :default =&gt; 0,     :null =&gt; false
+    t.string    &quot;email&quot;,                    :default =&gt; &quot;&quot;,    :null =&gt; false
+    t.string    &quot;code&quot;,       :limit =&gt; 40
+    t.boolean   &quot;accepted&quot;,                 :default =&gt; false
+    t.timestamp &quot;created_on&quot;,                                  :null =&gt; false
+    t.timestamp &quot;updated_on&quot;,                                  :null =&gt; false
   end
 
   add_index &quot;invitations&quot;, [&quot;person_id&quot;], :name =&gt; &quot;invitations_FKIndex1&quot;
   add_index &quot;invitations&quot;, [&quot;team_id&quot;], :name =&gt; &quot;invitations_FKIndex2&quot;
 
   create_table &quot;lists&quot;, :force =&gt; true do |t|
-    t.string   &quot;name&quot;,        :limit =&gt; 25
-    t.text     &quot;description&quot;
-    t.integer  &quot;team_id&quot;,                   :default =&gt; 0,     :null =&gt; false
-    t.boolean  &quot;quickcreate&quot;,               :default =&gt; false, :null =&gt; false
-    t.datetime &quot;created_on&quot;,                                   :null =&gt; false
-    t.datetime &quot;updated_on&quot;,                                   :null =&gt; false
+    t.string    &quot;name&quot;,        :limit =&gt; 25
+    t.text      &quot;description&quot;
+    t.integer   &quot;team_id&quot;,                   :default =&gt; 0,     :null =&gt; false
+    t.boolean   &quot;quickcreate&quot;,               :default =&gt; false, :null =&gt; false
+    t.timestamp &quot;created_on&quot;,                                   :null =&gt; false
+    t.timestamp &quot;updated_on&quot;,                                   :null =&gt; false
   end
 
   add_index &quot;lists&quot;, [&quot;team_id&quot;], :name =&gt; &quot;lists_FKIndex1&quot;
@@ -136,99 +136,99 @@ ActiveRecord::Schema.define(:version =&gt; 20090409222528) do
   add_index &quot;memberships&quot;, [&quot;team_id&quot;], :name =&gt; &quot;people_teams_FKIndex2&quot;
 
   create_table &quot;messages&quot;, :force =&gt; true do |t|
-    t.text     &quot;content&quot;
-    t.integer  &quot;person_id&quot;
-    t.string   &quot;email&quot;
-    t.string   &quot;name&quot;,       :limit =&gt; 40
-    t.string   &quot;cat&quot;,        :limit =&gt; 25
-    t.datetime &quot;created_on&quot;,               :null =&gt; false
+    t.text      &quot;content&quot;
+    t.integer   &quot;person_id&quot;
+    t.string    &quot;email&quot;
+    t.string    &quot;name&quot;,       :limit =&gt; 40
+    t.string    &quot;cat&quot;,        :limit =&gt; 25
+    t.timestamp &quot;created_on&quot;,               :null =&gt; false
   end
 
   add_index &quot;messages&quot;, [&quot;person_id&quot;], :name =&gt; &quot;teams_FKIndex1&quot;
 
   create_table &quot;newsletters&quot;, :force =&gt; true do |t|
-    t.string   &quot;title&quot;,      :limit =&gt; 50, :default =&gt; &quot;&quot;, :null =&gt; false
-    t.text     &quot;content&quot;,                                  :null =&gt; false
-    t.text     &quot;details&quot;
-    t.datetime &quot;created_on&quot;,                               :null =&gt; false
+    t.string    &quot;title&quot;,      :limit =&gt; 50, :default =&gt; &quot;&quot;, :null =&gt; false
+    t.text      &quot;content&quot;,                                  :null =&gt; false
+    t.text      &quot;details&quot;
+    t.timestamp &quot;created_on&quot;,                               :null =&gt; false
   end
 
   create_table &quot;people&quot;, :force =&gt; true do |t|
-    t.string   &quot;login&quot;,          :limit =&gt; 40
-    t.string   &quot;password&quot;,       :limit =&gt; 40
-    t.string   &quot;code&quot;,           :limit =&gt; 40
-    t.string   &quot;email&quot;
-    t.string   &quot;email_code&quot;,     :limit =&gt; 40
-    t.boolean  &quot;email_verified&quot;,                :default =&gt; false,                 :null =&gt; false
-    t.string   &quot;timezone_name&quot;,  :limit =&gt; 50,  :default =&gt; &quot;London&quot;,              :null =&gt; false
-    t.time     &quot;midnight_gmt&quot;,                  :default =&gt; '2000-01-01 00:00:00', :null =&gt; false
-    t.string   &quot;name&quot;,           :limit =&gt; 40
-    t.string   &quot;notifications&quot;,  :limit =&gt; 10,  :default =&gt; &quot;Daily&quot;,               :null =&gt; false
-    t.boolean  &quot;newsletters&quot;,                   :default =&gt; true,                  :null =&gt; false
-    t.string   &quot;status&quot;,         :limit =&gt; 100
-    t.boolean  &quot;ads&quot;,                           :default =&gt; true,                  :null =&gt; false
-    t.string   &quot;default_view&quot;,   :limit =&gt; 10,  :default =&gt; &quot;Workload&quot;,            :null =&gt; false
-    t.integer  &quot;parent_id&quot;,                     :default =&gt; 0,                     :null =&gt; false
-    t.text     &quot;openid_url&quot;
-    t.integer  &quot;usertype&quot;,                      :default =&gt; 1,                     :null =&gt; false
-    t.datetime &quot;created_on&quot;,                                                       :null =&gt; false
-    t.datetime &quot;updated_on&quot;,                                                       :null =&gt; false
+    t.string    &quot;login&quot;,          :limit =&gt; 40
+    t.string    &quot;password&quot;,       :limit =&gt; 40
+    t.string    &quot;code&quot;,           :limit =&gt; 40
+    t.string    &quot;email&quot;
+    t.string    &quot;email_code&quot;,     :limit =&gt; 40
+    t.boolean   &quot;email_verified&quot;,                :default =&gt; false,                 :null =&gt; false
+    t.string    &quot;timezone_name&quot;,  :limit =&gt; 50,  :default =&gt; &quot;London&quot;,              :null =&gt; false
+    t.time      &quot;midnight_gmt&quot;,                  :default =&gt; '2000-01-01 00:00:00', :null =&gt; false
+    t.string    &quot;name&quot;,           :limit =&gt; 40
+    t.string    &quot;notifications&quot;,  :limit =&gt; 10,  :default =&gt; &quot;Daily&quot;,               :null =&gt; false
+    t.boolean   &quot;newsletters&quot;,                   :default =&gt; true,                  :null =&gt; false
+    t.string    &quot;status&quot;,         :limit =&gt; 100
+    t.boolean   &quot;ads&quot;,                           :default =&gt; true,                  :null =&gt; false
+    t.string    &quot;default_view&quot;,   :limit =&gt; 10,  :default =&gt; &quot;Workload&quot;,            :null =&gt; false
+    t.integer   &quot;parent_id&quot;,                     :default =&gt; 0,                     :null =&gt; false
+    t.text      &quot;openid_url&quot;
+    t.integer   &quot;usertype&quot;,                      :default =&gt; 1,                     :null =&gt; false
+    t.timestamp &quot;created_on&quot;,                                                       :null =&gt; false
+    t.timestamp &quot;updated_on&quot;,                                                       :null =&gt; false
   end
 
   create_table &quot;pictures&quot;, :force =&gt; true do |t|
-    t.string   &quot;content_type&quot;
-    t.string   &quot;filename&quot;
-    t.integer  &quot;size&quot;
-    t.integer  &quot;parent_id&quot;
-    t.string   &quot;thumbnail&quot;
-    t.integer  &quot;width&quot;
-    t.integer  &quot;height&quot;
-    t.integer  &quot;person_id&quot;
-    t.integer  &quot;db_file_id&quot;
-    t.boolean  &quot;is_public&quot;,        :default =&gt; false
-    t.boolean  &quot;is_flickr_import&quot;, :default =&gt; false, :null =&gt; false
-    t.string   &quot;flickr_url&quot;
-    t.datetime &quot;created_on&quot;,                          :null =&gt; false
+    t.string    &quot;content_type&quot;
+    t.string    &quot;filename&quot;
+    t.integer   &quot;size&quot;
+    t.integer   &quot;parent_id&quot;
+    t.string    &quot;thumbnail&quot;
+    t.integer   &quot;width&quot;
+    t.integer   &quot;height&quot;
+    t.integer   &quot;person_id&quot;
+    t.integer   &quot;db_file_id&quot;
+    t.boolean   &quot;is_public&quot;,        :default =&gt; false
+    t.boolean   &quot;is_flickr_import&quot;, :default =&gt; false, :null =&gt; false
+    t.string    &quot;flickr_url&quot;
+    t.timestamp &quot;created_on&quot;,                          :null =&gt; false
   end
 
   add_index &quot;pictures&quot;, [&quot;person_id&quot;], :name =&gt; &quot;pictures_FKIndex1&quot;
 
   create_table &quot;preferences&quot;, :force =&gt; true do |t|
-    t.integer  &quot;person_id&quot;
-    t.string   &quot;workload_display&quot;,             :limit =&gt; 20,  :default =&gt; &quot;All tasks&quot;
-    t.string   &quot;workload_order_by&quot;,            :limit =&gt; 20,  :default =&gt; &quot;Due date&quot;,                                      :null =&gt; false
-    t.string   &quot;workload_page_size&quot;,           :limit =&gt; 2,   :default =&gt; &quot;20&quot;
-    t.integer  &quot;workload_refresh&quot;,             :limit =&gt; 2,   :default =&gt; 0,                                               :null =&gt; false
-    t.string   &quot;mobile_page_size&quot;,             :limit =&gt; 2,   :default =&gt; &quot;10&quot;,                                            :null =&gt; false
-    t.string   &quot;workload_columns&quot;,                            :default =&gt; &quot;Listonly, Taskonly, Duedate, Importance_stars&quot;
-    t.string   &quot;quick_edit_options&quot;,                          :default =&gt; &quot;importance&quot;
-    t.string   &quot;theme&quot;,                        :limit =&gt; 20,  :default =&gt; &quot;pastels&quot;
-    t.boolean  &quot;html_emails&quot;,                                 :default =&gt; true,                                            :null =&gt; false
-    t.boolean  &quot;colourful_emails&quot;,                            :default =&gt; true,                                            :null =&gt; false
-    t.datetime &quot;email_time&quot;,                                  :default =&gt; '2009-01-01 08:00:00',                           :null =&gt; false
-    t.boolean  &quot;include_descriptions&quot;,                        :default =&gt; false,                                           :null =&gt; false
-    t.string   &quot;twitter_email&quot;
-    t.string   &quot;twitter_password&quot;,             :limit =&gt; 40
-    t.boolean  &quot;twitter_receive&quot;,                             :default =&gt; false,                                           :null =&gt; false
-    t.string   &quot;twitter_receive_time&quot;,         :limit =&gt; 5,   :default =&gt; &quot;08:00&quot;,                                         :null =&gt; false
-    t.time     &quot;twitter_receive_time_gmt&quot;,                    :default =&gt; '2000-01-01 08:00:00',                           :null =&gt; false
-    t.boolean  &quot;twitter_post&quot;,                                :default =&gt; false,                                           :null =&gt; false
-    t.string   &quot;twitter_update_string&quot;,                       :default =&gt; &quot;Doing my chores: {LIST}: {TASK}&quot;
-    t.string   &quot;twitter_lists&quot;
-    t.string   &quot;flickr_email&quot;
-    t.string   &quot;flickr_tag&quot;,                   :limit =&gt; 25
-    t.boolean  &quot;no_js&quot;,                                       :default =&gt; false,                                           :null =&gt; false
-    t.boolean  &quot;enable_js&quot;,                                   :default =&gt; true,                                            :null =&gt; false
-    t.string   &quot;my_date_format&quot;,               :limit =&gt; 10,  :default =&gt; &quot;%d/%m/%Y&quot;,                                      :null =&gt; false
-    t.string   &quot;language_code&quot;,                :limit =&gt; 10,  :default =&gt; &quot;en&quot;,                                            :null =&gt; false
-    t.boolean  &quot;template_one_off&quot;,                            :default =&gt; false,                                           :null =&gt; false
-    t.integer  &quot;template_recurrence_interval&quot;,                :default =&gt; 3
-    t.string   &quot;template_recurrence_measure&quot;,  :limit =&gt; 6,   :default =&gt; &quot;days&quot;
-    t.string   &quot;template_recurrence_occur_on&quot;, :limit =&gt; 50,  :default =&gt; &quot;0,1,2,3,4,5,6&quot;,                                 :null =&gt; false
-    t.integer  &quot;template_importance&quot;,                         :default =&gt; 4,                                               :null =&gt; false
-    t.string   &quot;template_task_missed_options&quot;, :limit =&gt; 100, :default =&gt; &quot;increase_importance&quot;
-    t.datetime &quot;created_on&quot;,                                                                                               :null =&gt; false
-    t.datetime &quot;updated_on&quot;,                                                                                               :null =&gt; false
+    t.integer   &quot;person_id&quot;
+    t.string    &quot;workload_display&quot;,             :limit =&gt; 20,  :default =&gt; &quot;All tasks&quot;
+    t.string    &quot;workload_order_by&quot;,            :limit =&gt; 20,  :default =&gt; &quot;Due date&quot;,                                      :null =&gt; false
+    t.string    &quot;workload_page_size&quot;,           :limit =&gt; 2,   :default =&gt; &quot;20&quot;
+    t.integer   &quot;workload_refresh&quot;,             :limit =&gt; 2,   :default =&gt; 0,                                               :null =&gt; false
+    t.string    &quot;mobile_page_size&quot;,             :limit =&gt; 2,   :default =&gt; &quot;10&quot;,                                            :null =&gt; false
+    t.string    &quot;workload_columns&quot;,                            :default =&gt; &quot;Listonly, Taskonly, Duedate, Importance_stars&quot;
+    t.string    &quot;quick_edit_options&quot;,                          :default =&gt; &quot;importance&quot;
+    t.string    &quot;theme&quot;,                        :limit =&gt; 20,  :default =&gt; &quot;pastels&quot;
+    t.boolean   &quot;html_emails&quot;,                                 :default =&gt; true,                                            :null =&gt; false
+    t.boolean   &quot;colourful_emails&quot;,                            :default =&gt; true,                                            :null =&gt; false
+    t.datetime  &quot;email_time&quot;,                                  :default =&gt; '2009-01-01 08:00:00',                           :null =&gt; false
+    t.boolean   &quot;include_descriptions&quot;,                        :default =&gt; false,                                           :null =&gt; false
+    t.string    &quot;twitter_email&quot;
+    t.string    &quot;twitter_password&quot;,             :limit =&gt; 40
+    t.boolean   &quot;twitter_receive&quot;,                             :default =&gt; false,                                           :null =&gt; false
+    t.string    &quot;twitter_receive_time&quot;,         :limit =&gt; 5,   :default =&gt; &quot;08:00&quot;,                                         :null =&gt; false
+    t.time      &quot;twitter_receive_time_gmt&quot;,                    :default =&gt; '2000-01-01 08:00:00',                           :null =&gt; false
+    t.boolean   &quot;twitter_post&quot;,                                :default =&gt; false,                                           :null =&gt; false
+    t.string    &quot;twitter_update_string&quot;,                       :default =&gt; &quot;Doing my chores: {LIST}: {TASK}&quot;
+    t.string    &quot;twitter_lists&quot;
+    t.string    &quot;flickr_email&quot;
+    t.string    &quot;flickr_tag&quot;,                   :limit =&gt; 25
+    t.boolean   &quot;no_js&quot;,                                       :default =&gt; false,                                           :null =&gt; false
+    t.boolean   &quot;enable_js&quot;,                                   :default =&gt; true,                                            :null =&gt; false
+    t.string    &quot;my_date_format&quot;,               :limit =&gt; 10,  :default =&gt; &quot;%d/%m/%Y&quot;,                                      :null =&gt; false
+    t.string    &quot;language_code&quot;,                :limit =&gt; 10,  :default =&gt; &quot;en&quot;,                                            :null =&gt; false
+    t.boolean   &quot;template_one_off&quot;,                            :default =&gt; false,                                           :null =&gt; false
+    t.integer   &quot;template_recurrence_interval&quot;,                :default =&gt; 3
+    t.string    &quot;template_recurrence_measure&quot;,  :limit =&gt; 6,   :default =&gt; &quot;days&quot;
+    t.string    &quot;template_recurrence_occur_on&quot;, :limit =&gt; 50,  :default =&gt; &quot;0,1,2,3,4,5,6&quot;,                                 :null =&gt; false
+    t.integer   &quot;template_importance&quot;,                         :default =&gt; 4,                                               :null =&gt; false
+    t.string    &quot;template_task_missed_options&quot;, :limit =&gt; 100, :default =&gt; &quot;increase_importance&quot;
+    t.timestamp &quot;created_on&quot;,                                                                                               :null =&gt; false
+    t.timestamp &quot;updated_on&quot;,                                                                                               :null =&gt; false
   end
 
   add_index &quot;preferences&quot;, [&quot;person_id&quot;], :name =&gt; &quot;preferences_FKIndex1&quot;
@@ -270,30 +270,30 @@ ActiveRecord::Schema.define(:version =&gt; 20090409222528) do
   end
 
   create_table &quot;tasks&quot;, :force =&gt; true do |t|
-    t.string   &quot;name&quot;
-    t.text     &quot;description&quot;
-    t.integer  &quot;list_id&quot;,                               :default =&gt; 0,                     :null =&gt; false
-    t.integer  &quot;person_id&quot;
-    t.string   &quot;status&quot;,                 :limit =&gt; 15,  :default =&gt; &quot;active&quot;,              :null =&gt; false
-    t.boolean  &quot;rotate&quot;,                                :default =&gt; false,                 :null =&gt; false
-    t.boolean  &quot;one_off&quot;,                               :default =&gt; false,                 :null =&gt; false
-    t.integer  &quot;recurrence_interval&quot;,                   :default =&gt; 3
-    t.string   &quot;recurrence_measure&quot;,     :limit =&gt; 6,   :default =&gt; &quot;days&quot;
-    t.boolean  &quot;any_day&quot;,                               :default =&gt; false,                 :null =&gt; false
-    t.boolean  &quot;any_date&quot;,                              :default =&gt; false,                 :null =&gt; false
-    t.string   &quot;recurrence_weekday&quot;,     :limit =&gt; 10,  :default =&gt; &quot;Monday&quot;
-    t.string   &quot;recurrence_occur_on&quot;,    :limit =&gt; 50,  :default =&gt; &quot;0,1,2,3,4,5,6&quot;,       :null =&gt; false
-    t.string   &quot;recurrence_specific&quot;,    :limit =&gt; 4,   :default =&gt; &quot;1st&quot;
-    t.string   &quot;recurrence_description&quot;, :limit =&gt; 50
-    t.date     &quot;next_due&quot;
-    t.date     &quot;escalation_date&quot;
-    t.integer  &quot;default_importance&quot;,                    :default =&gt; 4,                     :null =&gt; false
-    t.integer  &quot;current_importance&quot;,                    :default =&gt; 4,                     :null =&gt; false
-    t.string   &quot;task_missed_options&quot;,    :limit =&gt; 100, :default =&gt; &quot;increase_importance&quot;
-    t.boolean  &quot;quickcreate&quot;,                           :default =&gt; false,                 :null =&gt; false
-    t.integer  &quot;picture_id&quot;
-    t.datetime &quot;created_on&quot;,                                                               :null =&gt; false
-    t.datetime &quot;updated_on&quot;,                                                               :null =&gt; false
+    t.string    &quot;name&quot;
+    t.text      &quot;description&quot;
+    t.integer   &quot;list_id&quot;,                               :default =&gt; 0,                     :null =&gt; false
+    t.integer   &quot;person_id&quot;
+    t.string    &quot;status&quot;,                 :limit =&gt; 15,  :default =&gt; &quot;active&quot;,              :null =&gt; false
+    t.boolean   &quot;rotate&quot;,                                :default =&gt; false,                 :null =&gt; false
+    t.boolean   &quot;one_off&quot;,                               :default =&gt; false,                 :null =&gt; false
+    t.integer   &quot;recurrence_interval&quot;,                   :default =&gt; 3
+    t.string    &quot;recurrence_measure&quot;,     :limit =&gt; 6,   :default =&gt; &quot;days&quot;
+    t.boolean   &quot;any_day&quot;,                               :default =&gt; false,                 :null =&gt; false
+    t.boolean   &quot;any_date&quot;,                              :default =&gt; false,                 :null =&gt; false
+    t.string    &quot;recurrence_weekday&quot;,     :limit =&gt; 10,  :default =&gt; &quot;Monday&quot;
+    t.string    &quot;recurrence_occur_on&quot;,    :limit =&gt; 50,  :default =&gt; &quot;0,1,2,3,4,5,6&quot;,       :null =&gt; false
+    t.string    &quot;recurrence_specific&quot;,    :limit =&gt; 4,   :default =&gt; &quot;1st&quot;
+    t.string    &quot;recurrence_description&quot;, :limit =&gt; 50
+    t.date      &quot;next_due&quot;
+    t.date      &quot;escalation_date&quot;
+    t.integer   &quot;default_importance&quot;,                    :default =&gt; 4,                     :null =&gt; false
+    t.integer   &quot;current_importance&quot;,                    :default =&gt; 4,                     :null =&gt; false
+    t.string    &quot;task_missed_options&quot;,    :limit =&gt; 100, :default =&gt; &quot;increase_importance&quot;
+    t.boolean   &quot;quickcreate&quot;,                           :default =&gt; false,                 :null =&gt; false
+    t.integer   &quot;picture_id&quot;
+    t.timestamp &quot;created_on&quot;,                                                               :null =&gt; false
+    t.timestamp &quot;updated_on&quot;,                                                               :null =&gt; false
   end
 
   add_index &quot;tasks&quot;, [&quot;list_id&quot;], :name =&gt; &quot;tasks_FKIndex1&quot;
@@ -301,41 +301,41 @@ ActiveRecord::Schema.define(:version =&gt; 20090409222528) do
   add_index &quot;tasks&quot;, [&quot;picture_id&quot;], :name =&gt; &quot;tasks_FKIndex3&quot;
 
   create_table &quot;teams&quot;, :force =&gt; true do |t|
-    t.string   &quot;name&quot;,        :limit =&gt; 25
-    t.text     &quot;description&quot;
-    t.integer  &quot;person_id&quot;
-    t.string   &quot;code&quot;,        :limit =&gt; 40
-    t.boolean  &quot;use_colour&quot;,                :default =&gt; false,    :null =&gt; false
-    t.string   &quot;colour&quot;,      :limit =&gt; 6,  :default =&gt; &quot;99DDEE&quot;, :null =&gt; false
-    t.string   &quot;text_colour&quot;, :limit =&gt; 6,  :default =&gt; &quot;444444&quot;, :null =&gt; false
-    t.datetime &quot;created_on&quot;,                                      :null =&gt; false
-    t.datetime &quot;updated_on&quot;,                                      :null =&gt; false
+    t.string    &quot;name&quot;,        :limit =&gt; 25
+    t.text      &quot;description&quot;
+    t.integer   &quot;person_id&quot;
+    t.string    &quot;code&quot;,        :limit =&gt; 40
+    t.boolean   &quot;use_colour&quot;,                :default =&gt; false,    :null =&gt; false
+    t.string    &quot;colour&quot;,      :limit =&gt; 6,  :default =&gt; &quot;99DDEE&quot;, :null =&gt; false
+    t.string    &quot;text_colour&quot;, :limit =&gt; 6,  :default =&gt; &quot;444444&quot;, :null =&gt; false
+    t.timestamp &quot;created_on&quot;,                                      :null =&gt; false
+    t.timestamp &quot;updated_on&quot;,                                      :null =&gt; false
   end
 
   add_index &quot;teams&quot;, [&quot;person_id&quot;], :name =&gt; &quot;teams_FKIndex1&quot;
 
   create_table &quot;testimonials&quot;, :force =&gt; true do |t|
-    t.text     &quot;message&quot;,                                        :null =&gt; false
-    t.text     &quot;short_message&quot;
-    t.string   &quot;name&quot;,          :limit =&gt; 50
-    t.string   &quot;link&quot;
-    t.string   &quot;login_id&quot;,      :limit =&gt; 40
-    t.boolean  &quot;approved&quot;,                    :default =&gt; false, :null =&gt; false
-    t.datetime &quot;created_on&quot;,                                     :null =&gt; false
-    t.datetime &quot;updated_on&quot;,                                     :null =&gt; false
+    t.text      &quot;message&quot;,                                        :null =&gt; false
+    t.text      &quot;short_message&quot;
+    t.string    &quot;name&quot;,          :limit =&gt; 50
+    t.string    &quot;link&quot;
+    t.string    &quot;login_id&quot;,      :limit =&gt; 40
+    t.boolean   &quot;approved&quot;,                    :default =&gt; false, :null =&gt; false
+    t.timestamp &quot;created_on&quot;,                                     :null =&gt; false
+    t.timestamp &quot;updated_on&quot;,                                     :null =&gt; false
   end
 
   create_table &quot;tips&quot;, :force =&gt; true do |t|
-    t.integer  &quot;person_id&quot;
-    t.string   &quot;short_description&quot;
-    t.text     &quot;full_description&quot;
-    t.string   &quot;source&quot;
-    t.string   &quot;tag_edit&quot;
-    t.string   &quot;cached_tag_list&quot;
-    t.boolean  &quot;is_anon&quot;,           :default =&gt; false, :null =&gt; false
-    t.integer  &quot;effectiveness&quot;,     :default =&gt; 0,     :null =&gt; false
-    t.datetime &quot;created_on&quot;,                           :null =&gt; false
-    t.datetime &quot;updated_on&quot;,                           :null =&gt; false
+    t.integer   &quot;person_id&quot;
+    t.string    &quot;short_description&quot;
+    t.text      &quot;full_description&quot;
+    t.string    &quot;source&quot;
+    t.string    &quot;tag_edit&quot;
+    t.string    &quot;cached_tag_list&quot;
+    t.boolean   &quot;is_anon&quot;,           :default =&gt; false, :null =&gt; false
+    t.integer   &quot;effectiveness&quot;,     :default =&gt; 0,     :null =&gt; false
+    t.timestamp &quot;created_on&quot;,                           :null =&gt; false
+    t.timestamp &quot;updated_on&quot;,                           :null =&gt; false
   end
 
   add_index &quot;tips&quot;, [&quot;person_id&quot;], :name =&gt; &quot;tips_FKIndex1&quot;</diff>
      <filename>db/schema.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>913b517b16766267f50a0fde00464b155c83b589</id>
    </parent>
  </parents>
  <author>
    <name>Aimee Daniells</name>
    <email>aimee@edendevelopment.co.uk</email>
  </author>
  <url>http://github.com/sermoa/mychores/commit/2c9ac4f782ea15f1a437fd6655795ec89da5392e</url>
  <id>2c9ac4f782ea15f1a437fd6655795ec89da5392e</id>
  <committed-date>2009-04-10T15:03:29-07:00</committed-date>
  <authored-date>2009-04-10T15:03:29-07:00</authored-date>
  <message>Looks like the db schema changed itself back again ...</message>
  <tree>98c95c241c2e88d5fd4dc5107b5fe3245bf84c63</tree>
  <committer>
    <name>Aimee Daniells</name>
    <email>aimee@edendevelopment.co.uk</email>
  </committer>
</commit>
