mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
3 lines
136 B
SQL
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;
|