mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
5 lines
122 B
Ruby
5 lines
122 B
Ruby
class CountriesTableRename < ActiveRecord::Migration[6.0]
|
|
def change
|
|
rename_table :country_id, :countries
|
|
end
|
|
end
|