feat: adapt db/db-migrations to run mariadb migrations

This commit is contained in:
realaravinth
2022-07-20 17:41:39 +05:30
parent 9b5b34a1f8
commit b8d3b1449a
2 changed files with 17 additions and 1 deletions

View File

@@ -10,4 +10,4 @@ authors = ["realaravinth <realaravinth@batsense.net>"]
[dependencies]
actix-rt = "2"
sqlx = { version = "0.5.13", features = [ "runtime-actix-rustls", "postgres", "time", "offline" ] }
sqlx = { version = "0.5.13", features = [ "runtime-actix-rustls", "postgres", "time", "offline", "mysql" ] }