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:
@@ -18,6 +18,7 @@ class CreateLineItems < ActiveRecord::Migration
|
|||||||
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