pub async fn set_next_run_at(
conn: &mut PgConnection,
phase: &str,
next_run_at: DateTime<Utc>,
) -> ModelResult<()>pub async fn set_next_run_at(
conn: &mut PgConnection,
phase: &str,
next_run_at: DateTime<Utc>,
) -> ModelResult<()>