public
Clone URL: git://github.com/defunkt/exception_logger.git
Search Repo:
update logged_exception message column to TEXT datatype

git-svn-id: 
http://svn.techno-weenie.net/projects/plugins/exception_logger@2753 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Wed Feb 21 08:14:40 -0800 2007
commit  1b74e2d562a4ba2a2e882ab2cfc5b4994640678b
tree    d50e1430a2abb4b10c0398e6fdc5351e15149e1a
parent  af04947d186e83e08fd75382e90428fd69850d46
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@
0
       t.column :exception_class, :string
0
       t.column :controller_name, :string
0
       t.column :action_name, :string
0
- t.column :message, :string
0
+ t.column :message, :text
0
       t.column :backtrace, :text
0
       t.column :environment, :text
0
       t.column :request, :text

Comments

    No one has commented yet.