Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge #75

Merged
merged 9 commits into from
Jul 18, 2024
Merged
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ weblate.config.api-key=
weblate.config.web=
weblate.config.use.custom.resources.path=false
weblate.config.custom.resources.path=
spring.main.allow-circular-references=true
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>
Loading