Move statuses to domain #2623

This commit is contained in:
Martin Lensment 2015-06-15 12:57:57 +03:00
parent 0d0fd3407d
commit 50346c80c8
8 changed files with 78 additions and 45 deletions

View file

@ -0,0 +1,5 @@
class AddStatusesToDomain < ActiveRecord::Migration
def change
add_column :domains, :statuses, :string, array: true
end
end