Fixing issue #19 for realsies (oriented by tracking)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class AddCreatedByToContract < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contracts, :created_by, :integer
|
||||
add_column :contracts, :created_by_id, :integer
|
||||
end
|
||||
end
|
||||
|
||||
5
db/migrate/20140411024809_add_oriented_by_to_users.rb
Normal file
5
db/migrate/20140411024809_add_oriented_by_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddOrientedByToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :oriented_by_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user