chatdesk-ui/auth_v2.169.0/migrations/20231027141322_add_session_...

5 lines
213 B
SQL

alter table if exists {{ index .Options "Namespace" }}.sessions
add column if not exists refreshed_at timestamp without time zone,
add column if not exists user_agent text,
add column if not exists ip inet;