mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
5 lines
102 B
Ruby
5 lines
102 B
Ruby
class RemoveCountries < ActiveRecord::Migration[6.0]
|
|
def change
|
|
drop_table :countries
|
|
end
|
|
end
|