Fixing issue #19 and also styling homepage
This commit is contained in:
5
db/migrate/20140411022819_add_created_by_to_contract.rb
Normal file
5
db/migrate/20140411022819_add_created_by_to_contract.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddCreatedByToContract < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contracts, :created_by, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user