From 8fbf8f2152e4cfb309dad4ccae28d599fa90e3e5 Mon Sep 17 00:00:00 2001 From: Thilina Date: Mon, 28 Jun 2021 10:58:39 +0200 Subject: [PATCH] Update S3 settings --- core/migrations/list.php | 1 + .../v20210626_290004_add_s3_settings.php | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 core/migrations/v20210626_290004_add_s3_settings.php diff --git a/core/migrations/list.php b/core/migrations/list.php index fe2c327a..4a13f18b 100644 --- a/core/migrations/list.php +++ b/core/migrations/list.php @@ -1,5 +1,6 @@ executeQuery($sql); + } + + public function down() + { + return true; + } +} \ No newline at end of file