6 lines
174 B
Ruby
6 lines
174 B
Ruby
|
|
class RenameVideoAppearanceConfirmations < ActiveRecord::Migration[5.2]
|
||
|
|
def change
|
||
|
|
rename_table :video_appearance_confirmations, :video_release_confirmations
|
||
|
|
end
|
||
|
|
end
|