Skip to content

Commit 05f0991

Browse files
authored
Merge pull request #9276 from jketema/upgrade-script-script
Support Go and Swift in the `prepare-db-upgrade` script
2 parents 8248f60 + 34df9dc commit 05f0991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/prepare-db-upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ case "${lang}" in
8383
csharp | cpp | javascript | python)
8484
scheme_file="${lang}/ql/lib/semmlecode.${lang}.dbscheme"
8585
;;
86-
ruby)
86+
go | ruby | swift)
8787
scheme_file="${lang}/ql/lib/${lang}.dbscheme"
8888
;;
8989
*)

0 commit comments

Comments
 (0)