Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 0.41 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. @@ -170,8 +170,8 @@ ActiveRecord::Schema.define(:version => 20120307214249) do
  2.      t.string   "watchable_type"
  3.      t.integer  "watchable_id"
  4.      t.string   "action"
  5. -    t.datetime "created_at"
  6. -    t.datetime "updated_at"
  7. +    t.datetime "created_at",                         :null => false
  8. +    t.datetime "updated_at",                         :null => false
  9.      t.boolean  "notify_by_email", :default => false