Skip to content

Commit

Permalink
refactor: 🐛 use fixed generated entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0729 committed Dec 7, 2023
1 parent 09677ac commit b1a61e0
Show file tree
Hide file tree
Showing 15 changed files with 294 additions and 2,567 deletions.
1 change: 1 addition & 0 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion backend/entity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ path = "src/lib.rs"

[dependencies]
serde = { version = "1", features = ["derive"] }
sea-orm = "0.12.6"
sea-orm = {version = "0.12.6", features = ["with-chrono"]}
bincode = "1.3.3"
chrono = "0.4.31"
Loading

0 comments on commit b1a61e0

Please sign in to comment.