mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Remove domains.reserved
database column as unused
This commit is contained in:
parent
c85ebf542d
commit
1ad62bf4bd
9 changed files with 8 additions and 11 deletions
5
db/migrate/20190319133036_remove_domains_reserved.rb
Normal file
5
db/migrate/20190319133036_remove_domains_reserved.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class RemoveDomainsReserved < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :domains, :reserved
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue