From b558a284f3e6a224c0ed5273ea172875a9db3802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Wed, 22 Mar 2023 20:15:01 +0100 Subject: [PATCH] Add bin files --- Dockerfile | 1 + bin/patch-delete-schedule-updated-at-attribute | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 bin/patch-delete-schedule-updated-at-attribute diff --git a/Dockerfile b/Dockerfile index abe9b7128f..a29afa2baf 100755 --- a/Dockerfile +++ b/Dockerfile @@ -117,6 +117,7 @@ RUN mkdir -p /storage/uploads && \ # Executables RUN chmod +x /usr/local/bin/doctor && \ chmod +x /usr/local/bin/patch-create-missing-schedules && \ + chmod +x /usr/local/bin/patch-delete-schedule-updated-at-attribute && \ chmod +x /usr/local/bin/maintenance && \ chmod +x /usr/local/bin/volume-sync && \ chmod +x /usr/local/bin/usage && \ diff --git a/bin/patch-delete-schedule-updated-at-attribute b/bin/patch-delete-schedule-updated-at-attribute new file mode 100644 index 0000000000..3e28289cbe --- /dev/null +++ b/bin/patch-delete-schedule-updated-at-attribute @@ -0,0 +1,3 @@ +#!/bin/sh + +php /usr/src/code/app/cli.php patch-delete-schedule-updated-at-attribute $@ \ No newline at end of file