mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
3 lines
136 B
MySQL
3 lines
136 B
MySQL
|
ALTER TABLE auth.auth_requests ADD COLUMN creation_data TIMESTAMPTZ;
|
||
|
ALTER TABLE auth.auth_requests ADD COLUMN change_data TIMESTAMPTZ;
|