index
:
budget
main
Share payments with a group of people.
Joris
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
model
/
job.rs
blob: 74151aefa06e3d53676a9de1db6a0c05316462b8 (
plain
)
1
2
3
4
5
#[derive(Debug, sqlx::Type)]
pub
enum
Job
{
MonthlyPayment
,
WeeklyReport
,
}