mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Add user account type selection workflow
- Add pending_account_setup field to SimpleFin items - Enable pausing sync for user account type selection - Allow users to choose account types during import - Prevent automatic account creation until user confirms
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddPendingAccountSetupToSimplefinItems < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :simplefin_items, :pending_account_setup, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user