Skip to content

Commit

Permalink
Merge branch 'fix.program-fsp-config-nullable-FK' into fix.program-fs…
Browse files Browse the repository at this point in the history
…p-config-nullable-FK-only-deleted-registrations
  • Loading branch information
jannisvisser authored Dec 23, 2024
2 parents d234a25 + b4a588e commit 59367b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export class ProgramFinancialServiceProviderConfigurationsService {
);
}

// programFspConfigProperties are cascade-deleted, transactions/registrations are kept bug FK set to null
// programFspConfigProperties are cascade-deleted, transactions/registrations are kept but FK set to null
await this.programFspConfigurationRepository.delete({
id: config.id,
});
Expand Down

0 comments on commit 59367b3

Please sign in to comment.