IFQIROXZK3QWIJ6IKNYW7RBC65X6J3KMCJY5HRIS7265ZOVMWZPQC -- Your SQL goes herealter table team_stats drop column min_hours;alter table team_stats add column med_hours int not null default 0;
-- This file should undo anything in `up.sql`
use std::process::Command;fn main() {let output = Command::new("pijul").args(&["log", "--hash-only"]).output().unwrap();let hashes = String::from_utf8(output.stdout).unwrap();let hash = hashes.lines().next().unwrap();println!("cargo:rustc-env=PIJUL_CHANGESET={}", hash);}
{`${Math.floor(mins / 60)}h ${Math.floor(mins % 60)}m`}
<PrettyDuration secs={data.teamStats.medHours} />{ (data.teamStats.maxHours >= data.teamStats.medHours + 60 * 60) && <span> — <PrettyDuration secs={data.teamStats.maxHours} /></span>}