Skip to content
Merged
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 .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
- name: Build and push Docker image
id: push
uses: docker/build-push-action@8c1e8f8e5bf845ba3773a14f3967965548a2341e
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
with:
context: .
push: true
Expand Down
29 changes: 29 additions & 0 deletions ql
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
warning: in the working copy of 'query01.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query02.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query03.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query04.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query05.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query06.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query07.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query08.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query09.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query10.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query11.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query12.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query13.sql', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'query14.sql', LF will be replaced by CRLF the next time Git touches it
query01.sql | 4 ++--
query02.sql | 9 +++++++++
query03.sql | 1 +
query04.sql | 2 ++
query05.sql | 4 ++++
query06.sql | 16 ++++++++++++++++
query07.sql | 27 +++++++++++++++++++++++++++
query08.sql | 21 +++++++++++++++++++++
query09.sql | 15 +++++++++++++++
query10.sql | 11 +++++++++++
query11.sql | 13 +++++++++++++
query12.sql | 9 +++++++++
query13.sql | 23 +++++++++++++++++++++++
query14.sql | 23 +++++++++++++++++++++++
14 files changed, 176 insertions(+), 2 deletions(-)
Loading