Actualizar plugin CKEditor a 1.2.3
This commit is contained in:
parent
fd78375294
commit
dda045bde9
23 changed files with 513 additions and 240 deletions
|
@ -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|
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue