Join Discord
Powered by
when the container is running correctly, what tabl...
# support-questions-legacy
r
rp_st
01/31/2021, 4:38 AM
> when the container is running correctly, what tables should be updating in the supertokens db? Depends on if you are using only sessions or sessions + login. On start, only the
key_value
table is updated.. as sessions are created, the
session_info
table is updated. As users are signed up, then
emailpassword_users
is updated and so on..
Previous
Next