Sha256: 5e48a4319caa9311ceb1c917503796f93893758b79c49b430597cb6e52ea328e

Contents?: true

Size: 296 Bytes

Versions: 17

Compression:

Stored size: 296 Bytes

Contents

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

class TweakConfigCards < Cardio::Migration::Core
  def up
    update :home, type_id: Card::PointerID, content: "[[#{Card[:home].content}]]"
    update :tiny_mce, type_id: Card::JsonID
    update "json", name: "Json"
    merge_cards "administrator+dashboard"
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

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