Actualizar plugin CKEditor a 1.2.3

This commit is contained in:
Manuel Cillero 2020-11-30 11:19:32 +01:00
parent fd78375294
commit dda045bde9
23 changed files with 513 additions and 240 deletions

View file

@ -1,5 +1,5 @@
# This migration comes from rich (originally 20111002142937)
class CreateRichRichImages < ActiveRecord::Migration
class CreateRichRichImages < ActiveRecord::Migration[4.2]
def change
create_table :rich_rich_images do |t|

View file

@ -1,5 +1,5 @@
# This migration comes from rich (originally 20111117202133)
class AddUriCacheToRichImage < ActiveRecord::Migration
class AddUriCacheToRichImage < ActiveRecord::Migration[4.2]
def change
add_column :rich_rich_images, :uri_cache, :text
end

View file

@ -1,5 +1,5 @@
# This migration comes from rich (originally 20111201095829)
class RefactorImageToFile < ActiveRecord::Migration
class RefactorImageToFile < ActiveRecord::Migration[4.2]
def change
rename_table :rich_rich_images, :rich_rich_files