Sha256: 43b3364fde789e0ec5c75ff55d0c0f1ff9a5819a99f456c714c05fe186f56c49
Contents?: true
Size: 252 Bytes
Versions: 34
Compression:
Stored size: 252 Bytes
Contents
class ChangeAttachmentsContentTypeLimit < ActiveRecord::Migration def self.up change_column :attachments, :content_type, :string, :limit => nil end def self.down change_column :attachments, :content_type, :string, :limit => 60 end end
Version data entries
34 entries across 34 versions & 1 rubygems