Sha256: cd60af554d965bdda76b539fa9fe938869896ead2f84243b7678b6ac218d867a
Contents?: true
Size: 257 Bytes
Versions: 33
Compression:
Stored size: 257 Bytes
Contents
class ChangeSizeOfContenTypeField < ActiveRecord::Migration def self.up change_column :document_contents, :content_type, :string, :limit => 40 end def self.down change_column :document_contents, :content_type, :string, :limit => 20 end end
Version data entries
33 entries across 33 versions & 1 rubygems