From 5e110f0a486b757f2cdf04a57d369ac1f351eba1 Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Tue, 28 Sep 2021 14:49:09 +0200 Subject: [PATCH] fix: typo in migration 1.73 (#2435) --- migrations/cockroach/V1.73__auth_request_times.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migrations/cockroach/V1.73__auth_request_times.sql b/migrations/cockroach/V1.73__auth_request_times.sql index 6a6d3eff08..10b70ae9f9 100644 --- a/migrations/cockroach/V1.73__auth_request_times.sql +++ b/migrations/cockroach/V1.73__auth_request_times.sql @@ -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;