Skip to content

Instantly share code, notes, and snippets.

@Tarrasch
Created March 8, 2012 21:51
Show Gist options
  • Select an option

  • Save Tarrasch/2003689 to your computer and use it in GitHub Desktop.

Select an option

Save Tarrasch/2003689 to your computer and use it in GitHub Desktop.
@@ -170,8 +170,8 @@ ActiveRecord::Schema.define(:version => 20120307214249) do
t.string "watchable_type"
t.integer "watchable_id"
t.string "action"
- t.datetime "created_at"
- t.datetime "updated_at"
+ t.datetime "created_at", :null => false
+ t.datetime "updated_at", :null => false
t.boolean "notify_by_email", :default => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment