Update strong-migrations-enabled migrations from 5.0 and 5.1 to 5.2 (#24275)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class AddUriToCustomEmojis < ActiveRecord::Migration[5.1]
|
||||
class AddUriToCustomEmojis < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :custom_emojis, :uri, :string
|
||||
add_column :custom_emojis, :image_remote_url, :string
|
||||
|
Reference in New Issue
Block a user