mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Implement holdings for lunch flow (#590)
* Implement holdings for lunch flow * Implement holdings function call
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddHoldingsColumnsToLunchflowAccounts < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :lunchflow_accounts, :holdings_supported, :boolean, default: true, null: false
|
||||
add_column :lunchflow_accounts, :raw_holdings_payload, :jsonb
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user