mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 11:47:30 +02:00
6 lines
144 B
Ruby
6 lines
144 B
Ruby
class RemoveAddressesWithVersions < ActiveRecord::Migration[6.0]
|
|
def change
|
|
drop_table :addresses
|
|
drop_table :log_addresses
|
|
end
|
|
end
|