Run migrations on startup.
This commit is contained in:
parent
25eb4af14d
commit
c7c6ff2bc6
2 changed files with 6 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ axum-extra = "0.10.1"
|
|||
axum-macros = "0.5.0"
|
||||
chrono = { version = "0.4.41", features = ["serde"] }
|
||||
serde = "1.0.219"
|
||||
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio", "uuid", "chrono"] }
|
||||
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio", "uuid", "chrono", "migrate"] }
|
||||
tokio = { version = "1.47.1", features = ["rt-multi-thread", "tracing"] }
|
||||
tower-http = { version = "0.6.0", features = ["cors"] }
|
||||
tracing = "0.1.41"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue