Skip to content

Commit

Permalink
Try it
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Aug 10, 2021
1 parent a6d93bc commit 90e7ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/bakery_chain/order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct Model {
pub total: Decimal,
pub bakery_id: i32,
pub customer_id: i32,
pub placed_at: DateTime,
pub placed_at: DateTimeWithTimeZone,
}

#[derive(Copy, Clone, Debug, EnumIter, DeriveColumn)]
Expand Down

0 comments on commit 90e7ffb

Please sign in to comment.