91³Ô¹ÏÍø

Watch CBS News

Minnesota family wins $8M settlement after husband was killed by a dump truck

ST. PAUL, Minn. — Two years after his tragic death at a work site, the family of a longtime St. Paul water services employee has won a major settlement from the construction company.

"There is not a day that goes by that I don't think about what happened on Sept. 28 (2022)," said Kristi Davis of her late husband, Peter Davis. "My children and I are resilient. That is one thing I've learned. We are resilient."

Davis, 61, was struck and killed by a dump truck while working at a job site near Seventh Street and Wabasha Street in downtown St. Paul. Davis took that job shortly after retiring from the St. Paul Regional Water Service after more than 40 years.

In the first days after the incident, St. Paul Police reported there was no indication of any criminal negligence, but Davis' family maintained there was no way this was just an accident.

"He was very experienced," Kristi Davis said. "Forty years in the water construction industry, and as his spouse, those dinner conversations. I'm aware of what it takes to operate a safe work site just from the stories he was telling me."

Davis said the surveillance footage confirmed her suspicions.

"He wasn't just dinking around on a job site," she said. "He had situational awareness. One of the things you saw that the video showed was he was aware of that truck sitting there idling. He looked back over his shoulder three times."

What the video didn't show, however, was what was revealed in discovery once Davis filed suit. According to court documents, the driver's drug test showed signs of cocaine and THC. The truck, moreover, would not have passed a maintenance inspection. Subsequent investigations further found that driver and the construction company improperly handled evidence, including the drug test and the driver's cell phone. 

The judge issued two orders reprimanding those violations.

"The message is: we have good rules but they have to be followed," Jeffrey Sieben, Davis' attorney, told WCCO. "The consequences of that are fatal. A guy like Peter Davis deserves to come home."

Court documents identify the construction company as Ti-Zack Concrete, which its website says was founded in 1999 in Le Center, Minnesota. The company will pay a $8.5M settlement to the Davis family, in addition to implementing a number of safety protocols, including hiring a new safety coordinator and requiring new drivers to watch footage of the incident.

"My husband's friends and colleagues still work in the field, and I needed to do what I could to ensure their safety so this traumatic event doesn't happen in the future," Davis said.

WCCO reached out to Ti-Zack Concrete for comment and continues to await a response.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });