Skip to content

Commit

Permalink
fix: merge tenants
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Jul 18, 2024
1 parent 3089965 commit bfb6681
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

<changeSet author="tkuzynow" id="mergeTenants">
<customChange class="com.vi.migrationtool.tenantservice.MergeTenantsMigrationTask">
<param name="tenantMigrationConfiguration" value='[{"sourceTenantId" : 24, "targetTenantId": 2, "deleteSourceTenant": true},
{"sourceTenantId" : 4, "targetTenantId": 3, "deleteSourceTenant": true}]'/>
<param name="tenantMigrationConfiguration" value='[]'/>

</customChange>
</changeSet>
Expand Down

0 comments on commit bfb6681

Please sign in to comment.