feat: got migrations working!!!!

This commit is contained in:
silver 2024-03-03 00:18:46 +00:00
parent 480fc9b1a0
commit a9f55da04d
4 changed files with 45 additions and 52 deletions

View file

@ -21,7 +21,7 @@ surf = "2.3.2"
dotenvy = "0.15.7"
# For sqlite
sqlx = { version = "0.7.1", features = [ "runtime-tokio", "sqlite" ] }
sqlx = { version = "0.7.1", features = [ "runtime-tokio", "sqlite", "migrate" ] }
# create random strings
rand = "0.8.5"