Skip to content

Commit 18dd6d0

Browse files
committed
Add Powershell to the upgrade script prepation script.
1 parent 26a75da commit 18dd6d0

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
@@ -80,7 +80,7 @@ case "${lang}" in
8080
java)
8181
scheme_file="${lang}/ql/lib/config/semmlecode.dbscheme"
8282
;;
83-
csharp | cpp | javascript | python)
83+
csharp | cpp | javascript | python | powershell)
8484
scheme_file="${lang}/ql/lib/semmlecode.${lang}.dbscheme"
8585
;;
8686
go | ruby | swift)

0 commit comments

Comments
 (0)