Skip to content

Commit

Permalink
update logged_exception message column to TEXT datatype
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.techno-weenie.net/projects/plugins/exception_logger@2753 567b1171-46fb-0310-a4c9-b4bef9110e78
  • Loading branch information
technoweenie committed Feb 21, 2007
1 parent af04947 commit 1b74e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/exception_migration/templates/migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def self.up
t.column :exception_class, :string
t.column :controller_name, :string
t.column :action_name, :string
t.column :message, :string
t.column :message, :text
t.column :backtrace, :text
t.column :environment, :text
t.column :request, :text
Expand Down

0 comments on commit 1b74e2d

Please sign in to comment.