Modify Sheet struct, add OrphanFile table and db

This commit is contained in:
2024-02-07 18:40:39 +01:00
parent 7120520347
commit b102906f11
7 changed files with 176 additions and 22 deletions

View File

@ -25,6 +25,7 @@ sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "migrate", "ma
tokio = { version = "1", features = ["full"] }
blake3 = "1.5.0"
dotenvy = "0.15.7"
chrono = "0.4.33"
[profile.dev.package.sqlx-macros]
opt-level = 3