From 3fcc783fd0d654db6877a57c98033db7c0e494e3 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Wed, 19 Jun 2024 10:03:53 +0200 Subject: [PATCH] Timeperiod: Fix column name --- library/Notifications/Model/Timeperiod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Notifications/Model/Timeperiod.php b/library/Notifications/Model/Timeperiod.php index 9cbddf6f7..c270341a8 100644 --- a/library/Notifications/Model/Timeperiod.php +++ b/library/Notifications/Model/Timeperiod.php @@ -38,7 +38,7 @@ public function getKeyName(): string public function getColumns(): array { return [ - 'owned_by_schedule_id', + 'owned_by_rotation_id', 'changed_at', 'deleted' ];