Fix wrong table in macro update
This commit is contained in:
parent
98db89ce03
commit
cacd740bd9
5 changed files with 440 additions and 684 deletions
|
|
@ -23,7 +23,7 @@ chrono = { version = "0.4", features = ["serde"] }
|
|||
|
||||
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros", "chrono"] }
|
||||
libsqlite3-sys = { version = "*", features = ["bundled"] }
|
||||
uuid = "1.6"
|
||||
uuid = { version = "1.8", features = ["v4"] }
|
||||
futures = "0.3"
|
||||
libc = "0.2"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue