diff --git a/database/migrations/2024_06_05_155321_update_stored_namespace.php b/database/migrations/2024_06_05_155321_update_stored_namespace.php index 372ed7a1a..754ece90a 100644 --- a/database/migrations/2024_06_05_155321_update_stored_namespace.php +++ b/database/migrations/2024_06_05_155321_update_stored_namespace.php @@ -32,6 +32,7 @@ private function replaceModelTypes(string $from, string $to): void 'email_logs' => 'mailable_type', 'notifications' => 'notifiable_type', 'personal_access_tokens' => 'tokenable_type', + 'custom_fields' => 'model_type', 'custom_field_values' => 'custom_field_valuable_type', 'abilities' => 'entity_type', 'assigned_roles' => 'entity_type',