mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 07:01:59 -04:00
use set ID like we do with the other entities
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
class CreateItems < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
create_table :items do |t|
|
||||
t.integer :qbo_id, null: false
|
||||
t.text :description, null: false
|
||||
t.decimal :unit_price,
|
||||
precision: 15,
|
||||
|
||||
Reference in New Issue
Block a user