mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
b96291ec8d
* fix: save creation and change date of auth requests in db (prepare for cleanup) * Update cache.go
3 lines
136 B
SQL
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;
|