remove sqlite extensions to fix docker issue
UUIDs are now generated in the backend before insertion
This commit is contained in:
@@ -39,5 +39,5 @@ tower-http = { version = "0.6.6", features = ["cors", "fs", "trace"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
url = "2.5.4"
|
||||
uuid = { version = "1.17.0", features = ["serde"] }
|
||||
uuid = { version = "1.17.0", features = ["serde", "v4"] }
|
||||
zip = "4.5.0"
|
||||
|
||||
Reference in New Issue
Block a user