when the container is running correctly, what tabl...
# support-questions-legacy
r
> 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..