Skip to content

Commit

Permalink
mod: migrate balange to decimal
Browse files Browse the repository at this point in the history
  • Loading branch information
bennjii committed Dec 9, 2023
1 parent df0089d commit ffa8910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/customer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub struct Model {
pub name: String,
pub contact: Json,
pub customer_notes: Json,
pub balance: f32,
pub balance: u32,
pub special_pricing: Json,
pub accepts_marketing: bool,
pub tenant_id: String,
Expand Down

0 comments on commit ffa8910

Please sign in to comment.