Sha256: 542858ef8e14a079ee9aeb4518ce01817de2bb887c2a85d02d40a24aadad742a

Contents?: true

Size: 282 Bytes

Versions: 12

Compression:

Stored size: 282 Bytes

Contents

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
card-1.104.2 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.104.1 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.104.0 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.103.4 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.103.3 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.103.2 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.103.1 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.103.0 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.101.7 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.102.0 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.101.6 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.101.5 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb