Remove foreign key which is not supported by code

The foreign key we fixed in the VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM
table is blocking distribution of the model.  The insert that's
failing is:

insert into VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM (
	VNF_RESOURCE_CUST_MODEL_CUSTOMIZATION_UUID,
	VF_MODULE_CUST_MODEL_CUSTOMIZATION_UUID)
	values (?, ?);

The error is: "foreign key constraint fails"

Issue: SO-180
Change-Id: I19cda2d4dae86e3257723f0fea6921049e391aca
Signed-off-by: Rob Daugherty <rd472p@att.com>
1 file changed
tree: 25d591d963070bb0f7e833644b30b77a87457d00
  1. volumes/
  2. .gitignore
  3. .gitreview
  4. deploy.sh
  5. docker-compose.yml
  6. encryption.key
  7. json_updater.py
  8. LICENSE.txt
  9. README.md
README.md

MSO Configuration

This repository provides files to:

  • configure Docker (compose, etc.)
  • configure MariaDB and deploy scripts ot it
  • provide a Chef environment

License and Authors

Authors: pete/eddie/kevin License: Apache License, version 2.0