summaryrefslogtreecommitdiffstats
path: root/src/db/models/artifact.rs
blob: a92a9bdd418b9aa884930a07b03120cae4875419 (plain)
1
2
3
4
5
6
#[derive(Queryable)]
pub struct Artifact {
    pub id: i32,
    pub path: String,
}