mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 07:01:59 -04:00
Added support for making items inactive
This commit is contained in:
@@ -17,6 +17,7 @@ class CreateItems < ActiveRecord::Migration[7.0]
|
||||
scale: 4,
|
||||
null: false,
|
||||
default: 0
|
||||
t.boolean :active, default: true, null: false
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user