thisweek_core::db_sqlite

Function update_item_objective_period

Source
pub fn update_item_objective_period(
    id: i32,
    year: Option<i32>,
    season: Option<i32>,
    month: Option<i32>,
) -> Result<usize, String>