1
0
mirror of https://github.com/zitadel/zitadel.git synced 2024-12-19 06:17:32 +00:00
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;