eclipse-xpanse / xpanse

xpanse is here to make native managed cloud services configurable and portable.
https://eclipse.dev/xpanse/
Apache License 2.0
23 stars 17 forks source link

SERVICE_CONFIGURATION_UPDATE_REQUEST table shows only one FK index #1976

Open swaroopar opened 4 days ago

swaroopar commented 4 days ago

The serviceOrderEntity is linked as a FK in the table but the table definition on the database shows only one FK on the deploy_service table.

https://github.com/swaroopar/osc/blob/f1dd0d88c90c05ce0ff9fa8328424c23fb806016/modules/database/src/main/java/org/eclipse/xpanse/modules/database/serviceconfiguration/update/ServiceConfigurationUpdateRequest.java#L57

image

WangLiNaruto commented 4 days ago

let me do it