mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
5 lines
134 B
Ruby
5 lines
134 B
Ruby
class RenameRegistrarUrlToWebsite < ActiveRecord::Migration[6.0]
|
|
def change
|
|
rename_column :registrars, :url, :website
|
|
end
|
|
end
|