Skip to content

Commit be8a763

Browse files
authored
Merge pull request #100 from microsoft/powershell-fewer-pipelines-in-db
PS: Remove spurious `Pipeline`s in the DB
2 parents ba1646f + 974017b commit be8a763

File tree

77 files changed

+6707
-278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+6707
-278
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)