root/drone/trunk/db/migrate/20100119172535_alter_sessions.rb

Revision 2358, 167 bytes (checked in by kindlund, 8 months ago)

Fixed bug: http://www.ruby-forum.com/topic/99066

Line 
1 class AlterSessions < ActiveRecord::Migration
2   def self.up
3     execute "ALTER TABLE `sessions` CHANGE COLUMN `data` `data` LONGTEXT"
4   end
5
6   def self.down
7   end
8 end
Note: See TracBrowser for help on using the browser.