mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 11:58:02 +00:00
fix: typo in migration 1.73 (#2435)
This commit is contained in:
parent
b96291ec8d
commit
5e110f0a48
@ -1,2 +1,2 @@
|
|||||||
ALTER TABLE auth.auth_requests ADD COLUMN creation_data TIMESTAMPTZ;
|
ALTER TABLE auth.auth_requests ADD COLUMN creation_date TIMESTAMPTZ;
|
||||||
ALTER TABLE auth.auth_requests ADD COLUMN change_data TIMESTAMPTZ;
|
ALTER TABLE auth.auth_requests ADD COLUMN change_date TIMESTAMPTZ;
|
||||||
|
Loading…
Reference in New Issue
Block a user