Sha256: ae19150f94a11dad04c668b2c8f1f17f08e2895201e48b52083416107cfe2704

Contents?: true

Size: 439 Bytes

Versions: 17

Compression:

Stored size: 439 Bytes

Contents

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

class EnsureDescriptionCard < Cardio::Migration
  def up
    ensure_card "description", codename: :description

    # Following two appear in other migrations but previously had errors
    # that may persist in some databases.
    ensure_card %i[all content_option_view], content: "smart_label"
    ensure_card "*account settings",
                codename: "account_settings", type_id: Card::BasicID
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
card-1.104.2 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.104.1 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.104.0 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.103.4 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.103.3 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.103.2 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.103.1 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.103.0 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.101.7 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.102.0 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.101.6 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.101.5 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.101.4 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.101.3 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.101.2 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.101.1 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.101.0 db/migrate_core_cards/20190918200115_ensure_description_card.rb