Sha256: 3899f5e0b900bb1c41d9380194f5dc92bee88dc0114f2bcfd10c9b3629127389

Contents?: true

Size: 202 Bytes

Versions: 7

Compression:

Stored size: 202 Bytes

Contents

class ChangeFieldsCollectionToText < ActiveRecord::Migration
  def self.up
    change_column :fields, :collection, :text
  end

  def self.down
    change_column :fields, :collection, :string
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 db/migrate/20111117041311_change_fields_collection_to_text.rb
fat_free_crm-0.14.1 db/migrate/20111117041311_change_fields_collection_to_text.rb
fat_free_crm-0.15.0.beta.2 db/migrate/20111117041311_change_fields_collection_to_text.rb
fat_free_crm-0.15.0.beta db/migrate/20111117041311_change_fields_collection_to_text.rb
fat_free_crm-0.14.0 db/migrate/20111117041311_change_fields_collection_to_text.rb
reduced_fat_crm-0.15.0.beta db/migrate/20111117041311_change_fields_collection_to_text.rb
reduced_fat_crm-0.14.0 db/migrate/20111117041311_change_fields_collection_to_text.rb