Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
13756ba6ac
commit
a200dbc0c9
@ -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