5 lines
No EOL
116 B
Ruby
5 lines
No EOL
116 B
Ruby
class RenameUrlsToUrl < ActiveRecord::Migration[6.0]
|
|
def change
|
|
rename_column :webhooks, :urls, :url
|
|
end
|
|
end |