Sha256: 720eb68efdfbad1a216d1d7acc9395a926c8d6e359d8f0560eec2748bdf2b94f
Contents?: true
Size: 200 Bytes
Versions: 115
Compression:
Stored size: 200 Bytes
Contents
class AddLimitToEventsException < ActiveRecord::Migration def up change_column :events, :exception, :text, limit: 65535 end def down raise ActiveRecord::IrreversibleMigration end end
Version data entries
115 entries across 115 versions & 1 rubygems