mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Merge pull request #1169 from internetee/remove-unused-columns-from-log-domains
Remove unused columns from `log_domains` database table
This commit is contained in:
commit
59d6e3e125
4 changed files with 12 additions and 8 deletions
|
@ -0,0 +1,7 @@
|
|||
class RemoveUnusedColumnsFromLogDomains < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :log_domains, :nameserver_ids
|
||||
remove_column :log_domains, :admin_contact_ids
|
||||
remove_column :log_domains, :tech_contact_ids
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue