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

3 lines
136 B
MySQL
Raw Normal View History

2021-09-28 14:49:09 +02:00
ALTER TABLE auth.auth_requests ADD COLUMN creation_date TIMESTAMPTZ;
ALTER TABLE auth.auth_requests ADD COLUMN change_date TIMESTAMPTZ;