Add support for ingesting quote policies (#34479)
This commit is contained in:
parent
1a1f3f037d
commit
9ed6a14d45
7 changed files with 181 additions and 4 deletions
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddQuoteApprovalPolicyToStatuses < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :statuses, :quote_approval_policy, :integer, null: false, default: 0
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue