[#4183] Added client point of contact for a Contract.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class AddClientPointOfContactToContracts < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :contracts, :client_point_of_contact, :text
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :contracts, :client_point_of_contact
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user