Skip to content

Commit

Permalink
Merge pull request #100 from microsoft/powershell-fewer-pipelines-in-db
Browse files Browse the repository at this point in the history
PS: Remove spurious `Pipeline`s in the DB
  • Loading branch information
MathiasVP authored Sep 23, 2024
2 parents ba1646f + 974017b commit be8a763
Show file tree
Hide file tree
Showing 77 changed files with 6,707 additions and 278 deletions.
2 changes: 1 addition & 1 deletion misc/scripts/prepare-db-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ case "${lang}" in
java)
scheme_file="${lang}/ql/lib/config/semmlecode.dbscheme"
;;
csharp | cpp | javascript | python)
csharp | cpp | javascript | python | powershell)
scheme_file="${lang}/ql/lib/semmlecode.${lang}.dbscheme"
;;
go | ruby | swift)
Expand Down
Loading

0 comments on commit be8a763

Please sign in to comment.