From b599c15c3a607945aa50a55b3ce7d7f1064cc31c Mon Sep 17 00:00:00 2001 From: fabian Date: Mon, 19 Jun 2023 01:28:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20is=20published=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wird nicht benutzt --- .../2023_06_18_173218_add_canceled_to_event_view.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/database/migrations/2023_06_18_173218_add_canceled_to_event_view.php b/database/migrations/2023_06_18_173218_add_canceled_to_event_view.php index 6929f50b4..41c1e3051 100644 --- a/database/migrations/2023_06_18_173218_add_canceled_to_event_view.php +++ b/database/migrations/2023_06_18_173218_add_canceled_to_event_view.php @@ -63,8 +63,7 @@ public function up() join sections s on s.id = ce.plc_id where - ce.evnt_is_published = 1 - and ce.evnt_is_private = 0 + ce.evnt_is_private = 0 AND ( STR_TO_DATE(CONCAT(ce.evnt_date_start, ' ',