aboutsummaryrefslogtreecommitdiff
path: root/src/db/event-color.rs
blob: 18612e41987c3fe27c437cc1fef3268661be9e89 (plain)
1
2
3
4
5
6
7
pub fn get_default_color(conn: &Connection) -> Result<String> {
}

// pub fn set_default_color(conon: &Connection, color: &str) -> Result<()> {
// }