Skip to content

Commit

Permalink
Onboarding state (#427)
Browse files Browse the repository at this point in the history
* onboarding state implementation

* tests migrations

* added onboarding state

* changed comment

* added subsidiary state to onboarding state

* changed script to add subsidiary state and fixed some bug

* bug fix

---------

Co-authored-by: Ashutosh619-sudo <[email protected]>
Co-authored-by: Nilesh Pant <[email protected]>
  • Loading branch information
3 people authored Oct 13, 2023
1 parent aa7c231 commit 7b6acce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sql/scripts/019-add-onboarding-state.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ select
w.id as workspace_id,
wgs.id as configuration_id,
gm.id as general_mappings_id,
qc.id as netsuite_creds_id,
nc.id as netsuite_creds_id,
sm.id as subsidiary_id
from workspaces w
left join
configurations wgs on w.id = wgs.workspace_id
left join
netsuite_credentials nc on qc.workspace_id = w.id
netsuite_credentials nc on nc.workspace_id = w.id
left join
general_mappings gm on gm.workspace_id = w.id
left join
Expand Down

0 comments on commit 7b6acce

Please sign in to comment.