mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Added boolean billed
This commit is contained in:
@@ -17,7 +17,8 @@ class CreateLineItems < ActiveRecord::Migration
|
||||
t.float :amount
|
||||
t.string :description
|
||||
t.float :unit_price
|
||||
t.float :quantity
|
||||
t.float :quantity
|
||||
t.boolean :billed
|
||||
end
|
||||
|
||||
add_reference :line_items, :issues, index: true
|
||||
|
||||
Reference in New Issue
Block a user