zitadel/migrations/cockroach/V1.73__auth_request_times.sql
Livio Amstutz b96291ec8d
fix: save creation and change date of auth requests in db (#2429)
* fix: save creation and change date of auth requests in db (prepare for cleanup)

* Update cache.go
2021-09-28 09:34:44 +00:00

3 lines
136 B
SQL

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