mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Added general user stamping on contact
This commit is contained in:
parent
86dc8321c6
commit
8ce1875484
6 changed files with 33 additions and 1 deletions
6
db/migrate/20140804095654_add_user_stamps_to_contact.rb
Normal file
6
db/migrate/20140804095654_add_user_stamps_to_contact.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class AddUserStampsToContact < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contacts, :created_by_id, :integer
|
||||
add_column :contacts, :updated_by_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue