Commit 3c65e751a30dfb4f8c2504a9b5c7fdf68ed51af3
1 parent
bba3d1e2
Exists in
master
and in
29 other branches
Fixed syntax error on db/schema.rb
(ActionItem2369)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
db/schema.rb
... | ... | @@ -261,7 +261,7 @@ ActiveRecord::Schema.define(:version => 20120825185219) do |
261 | 261 | t.datetime "created_at" |
262 | 262 | t.datetime "updated_at" |
263 | 263 | t.integer "reports_lower_bound", :default => 0, :null => false |
264 | - t.string "redirection_after_login" :default => "keep_on_same_page" | |
264 | + t.string "redirection_after_login", :default => "keep_on_same_page" | |
265 | 265 | end |
266 | 266 | |
267 | 267 | create_table "external_feeds", :force => true do |t| | ... | ... |