mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Move statuses to domain #2623
This commit is contained in:
parent
0d0fd3407d
commit
50346c80c8
8 changed files with 78 additions and 45 deletions
5
db/migrate/20150612123111_add_statuses_to_domain.rb
Normal file
5
db/migrate/20150612123111_add_statuses_to_domain.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddStatusesToDomain < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :domains, :statuses, :string, array: true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue