Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM node:6-stretch
FROM node:18.13.0
FROM node:18.20.8

RUN mkdir /usr/src/goof
RUN mkdir /tmp/extracted_files
Expand Down
8 changes: 8 additions & 0 deletions myTest
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---DocPlanner---
select * --i.provider_type
from issue i
where i.organization_id = 13187654
--and title like '%networking issues%'
and i.provider_key in ('TPL-1628','TPL-1992','TPL-80','TPL-2028')
and i.provider_type ='Epic'
--group by i.provider_type