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