Database migration are now automatically applied
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-14 21:36:49 +02:00
parent d9a4e3249d
commit f167e24c4f
5 changed files with 100 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ actix-multipart = "0.6.1"
actix-remote-ip = "0.1.0"
futures-util = "0.3.30"
diesel = { version = "2.1.6", features = ["postgres"] }
diesel_migrations = "2.1.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.117"
mailchecker = "6.0.4"