Sha256: 41b06692cf538854ff44d729aa5ebb4c6e32eead1b0ee6ab8f4ab86f26fdcc71

Contents?: true

Size: 207 Bytes

Versions: 8

Compression:

Stored size: 207 Bytes

Contents

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fat_free_crm-0.15.2 db/migrate/20111117041311_change_fields_collection_to_text.rb
fat_free_crm-0.16.4 db/migrate/20111117041311_change_fields_collection_to_text.rb
fat_free_crm-0.15.1 db/migrate/20111117041311_change_fields_collection_to_text.rb
fat_free_crm-0.16.3 db/migrate/20111117041311_change_fields_collection_to_text.rb
fat_free_crm-0.16.2 db/migrate/20111117041311_change_fields_collection_to_text.rb
fat_free_crm-0.16.1 db/migrate/20111117041311_change_fields_collection_to_text.rb
fat_free_crm-0.16.0 db/migrate/20111117041311_change_fields_collection_to_text.rb
fat_free_crm-0.15.0 db/migrate/20111117041311_change_fields_collection_to_text.rb