Sha256: 81c0526cc2fbf5e19f292dcafb72c864a97a35a1398fd7785526dc74c49e2129

Contents?: true

Size: 288 Bytes

Versions: 5

Compression:

Stored size: 288 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
card-1.101.4 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.101.3 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.101.2 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.101.1 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb
card-1.101.0 db/migrate_core_cards/20190909104250_add_cardtype_input_types.rb