zitadel/migrations/cockroach/V1.73__auth_request_times.sql
2021-09-28 12:49:09 +00:00

3 lines
136 B
SQL

ALTER TABLE auth.auth_requests ADD COLUMN creation_date TIMESTAMPTZ;
ALTER TABLE auth.auth_requests ADD COLUMN change_date TIMESTAMPTZ;