mirror of
https://github.com/internetee/registry.git
synced 2025-07-13 22:45:06 +02:00
5 lines
114 B
Ruby
5 lines
114 B
Ruby
class DropDomainsNameservers < ActiveRecord::Migration
|
|
def change
|
|
drop_table :domains_nameservers
|
|
end
|
|
end
|