Sha256: 6e88d3be6e5e8895ecea5ed7eada78c168c4b741286d8172f305dc0b1503910e

Contents?: true

Size: 294 Bytes

Versions: 8

Compression:

Stored size: 294 Bytes

Contents

# -*- encoding : utf-8 -*-

class AddCardtypeInputTypes < Cardio::Migration::Core
  def up
    Card.ensure name: %i[input_type right default],
                type_id: Card::PointerID
    Card.ensure name: %i[content_option_view right default],
                type_id: "smart label"
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
card-1.105.6 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.105.5 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.105.4 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.105.3 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.105.2.pre1 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.105.2 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.105.1 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.105.0 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb