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 82ef075 commit 3089965
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions src/main/resources/migrations/master-diakonie.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
<include file="migrations/changeset/0023_create_jitsi_technical_user/0023_create_jitsi_technical_user.xml"/>
<include file="migrations/changeset/0024_create_weblate_project/0024_create_weblate_project.xml"/>
<include file="migrations/changeset/0028_fix_consultant_and_user_tenant_id_in_keycloak_based_on_consultant_agency_tenant_id/0028_fix_consultant_and_user_tenant_id_in_keycloak_based_on_consultant_agency_tenant_id.xml"/>
<include file="migrations/changeset/0029_merge_tenants/0029_merge_tenants.xml"/>
</databaseChangeLog>

0 comments on commit 3089965

Please sign in to comment.