Sha256: 59f979bf3caee646852272c833661b10ea04092e392623af058bedcfd892f83e

Contents?: true

Size: 437 Bytes

Versions: 8

Compression:

Stored size: 437 Bytes

Contents

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

class EnsureDescriptionCard < Card::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

8 entries across 8 versions & 1 rubygems

Version Path
card-1.100.0 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.99.6 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.99.5 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.99.4 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.99.3 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.99.2 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.99.1 db/migrate_core_cards/20190918200115_ensure_description_card.rb
card-1.99.0 db/migrate_core_cards/20190918200115_ensure_description_card.rb