mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 07:01:59 -04:00
Added taxable flag
This commit is contained in:
@@ -21,5 +21,6 @@ class CreateAccounts < ActiveRecord::Migration[7.0]
|
||||
|
||||
add_reference :items, :account, foreign_key: true
|
||||
add_column :items, :type, :string
|
||||
add_column :items, :taxable, :boolean, null: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user