summaryrefslogtreecommitdiffstats
path: root/service-person/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-10-22 21:16:59 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-10-24 12:02:00 +0200
commit393ff04ff4a3cfd944e08e62bdda133dc1e5e3da (patch)
treea8dccfd58a6d88e958f6e329d669beecec56663d /service-person/Cargo.toml
parentc1ab2c58b68b0a012bb935420d42a6c1661536d3 (diff)
Run migrations on service startup
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'service-person/Cargo.toml')
-rw-r--r--service-person/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/service-person/Cargo.toml b/service-person/Cargo.toml
index 7f447a2..530e944 100644
--- a/service-person/Cargo.toml
+++ b/service-person/Cargo.toml
@@ -10,3 +10,4 @@ actix-web = "3.3"
anyhow = "1"
serde = "1"
diesel = { version = "1.4.4", features = ["postgres", "r2d2"] }
+diesel_migrations = "1.4"