Add created_by to invoice and show it
This commit is contained in:
parent
76ea0cc411
commit
3d6f908102
10 changed files with 28 additions and 3 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddCreatedByUserIdToInvoice < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :invoices, :created_by_user_id, :integer
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue