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