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 02fc476 commit 948857c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

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

</customChange>
</changeSet>
Expand Down

0 comments on commit 948857c

Please sign in to comment.