Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
21fc2587d4
commit
74362f3b1c
@ -48,6 +48,8 @@ impl SessionService {
|
||||
)
|
||||
.await?;
|
||||
|
||||
postgres_session.migrate().await?;
|
||||
|
||||
Ok(Self(Arc::new(PostgresSessionService {
|
||||
store: postgres_session,
|
||||
})))
|
||||
|
Loading…
Reference in New Issue
Block a user