From 34df9dc83555f6a609251edd181dd907f9b645a1 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Mon, 23 May 2022 19:09:00 +0200 Subject: [PATCH] Support Go and Swift in the `prepare-db-upgrade` script --- misc/scripts/prepare-db-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts/prepare-db-upgrade.sh b/misc/scripts/prepare-db-upgrade.sh index a08d0ad0433..14aa030c25e 100755 --- a/misc/scripts/prepare-db-upgrade.sh +++ b/misc/scripts/prepare-db-upgrade.sh @@ -83,7 +83,7 @@ case "${lang}" in csharp | cpp | javascript | python) scheme_file="${lang}/ql/lib/semmlecode.${lang}.dbscheme" ;; - ruby) + go | ruby | swift) scheme_file="${lang}/ql/lib/${lang}.dbscheme" ;; *)