zitadel/migrations/cockroach/V1.73__auth_request_times.sql

3 lines
136 B
MySQL
Raw Normal View History

ALTER TABLE auth.auth_requests ADD COLUMN creation_data TIMESTAMPTZ;
ALTER TABLE auth.auth_requests ADD COLUMN change_data TIMESTAMPTZ;