fix: typo in migration 1.73 (#2435)

This commit is contained in:
Livio Amstutz 2021-09-28 14:49:09 +02:00 committed by GitHub
parent b96291ec8d
commit 5e110f0a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,2 @@
ALTER TABLE auth.auth_requests ADD COLUMN creation_data TIMESTAMPTZ;
ALTER TABLE auth.auth_requests ADD COLUMN change_data TIMESTAMPTZ;
ALTER TABLE auth.auth_requests ADD COLUMN creation_date TIMESTAMPTZ;
ALTER TABLE auth.auth_requests ADD COLUMN change_date TIMESTAMPTZ;