Support Go and Swift in the prepare-db-upgrade script

This commit is contained in:
Jeroen Ketema
2022-05-23 19:09:00 +02:00
parent 439dcc0731
commit 34df9dc835

View File

@@ -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"
;;
*)