diff --git a/bin/deploy_to_test.sh b/bin/deploy_to_test.sh index 094575ade191ff8aa418069c5d5822ffdee91f3f..53d80c1f99cdc1939dd381bd99f8b45d26bcc8ff 100644 --- a/bin/deploy_to_test.sh +++ b/bin/deploy_to_test.sh @@ -14,4 +14,13 @@ if [ -f $ROOT/../source/tables/ ]; then done else echo "No table scripts found" +fi + +if [ -f $ROOT/../source/fk/ ]; then + for f in $ROOT/../source/fk/ + do + runRemoteSQL "$f" + done +else + echo "No FK scripts found" fi \ No newline at end of file