Sha256: 5898351310bcf68d33305730f7f2c8a460d7ee543f57eaa1ca6e0b6f28748ea2

Contents?: true

Size: 587 Bytes

Versions: 14

Compression:

Stored size: 587 Bytes

Contents

module Alchemy
  module Upgrader::TwoPointFour

  private
  
    def removed_richmedia_essences_notice
      warn = <<-WARN
We removed the EssenceAudio, EssenceFlash and EssenceVideo essences from Alchemy core!

In order to get the essences back, install the `alchemy-richmedia-essences` gem.

gem 'alchemy-richmedia-essences'

We left the tables in your database, you can simply drop them if you don't use these essences in your project.

drop_table :alchemy_essence_audios
drop_table :alchemy_essence_flashes
drop_table :alchemy_essence_videos

WARN
      todo warn
    end

  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
alchemy_cms-2.9.1 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.9.0 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.8.3 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.7.5 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.6.3 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.7.4 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.8.2 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.8.1 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.7.3 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.7.2 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.7.1 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.7.0 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.6.2.1 lib/alchemy/upgrader/two_point_four.rb
alchemy_cms-2.6.2 lib/alchemy/upgrader/two_point_four.rb