-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PROBLEM-1292_iAuditor Exporter - group_users table not working with m…
…ultiple orgs (#207) * support upsert * add to test mock files * Fix test files * Truncate to false and remove duplicate orgId * Update feed_group_user.go
- Loading branch information
1 parent
a0aa784
commit 7fc0751
Showing
3 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
user_id,group_id,organisation_id,exported_at | ||
user_1,role_group3,,--date-- | ||
user_2,role_group3,,--date-- | ||
user_1,role_group4,,--date-- | ||
user_2,role_group4,,--date-- | ||
user_1,role_group3,role_123,--date-- | ||
user_2,role_group3,role_123,--date-- | ||
user_1,role_group4,role_123,--date-- | ||
user_2,role_group4,role_123,--date-- |