From 2b1de6f62700e0ce9718736dd99d79ae1a0f83c3 Mon Sep 17 00:00:00 2001 From: pranav-super Date: Tue, 1 Oct 2024 13:13:48 -0700 Subject: [PATCH] fix merlin.external_source column comment in up.sql --- deployment/.env | 4 ++-- deployment/hasura/migrations/Aerie/11_external_events/up.sql | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/.env b/deployment/.env index 954ae59cc8..1026b84b00 100644 --- a/deployment/.env +++ b/deployment/.env @@ -3,8 +3,8 @@ DOCKER_TAG=latest # Provide Usernames and Passwords Below -AERIE_USERNAME=aerie -AERIE_PASSWORD=aerie +AERIE_USERNAME=aerie_service +AERIE_PASSWORD= GATEWAY_USERNAME=gateway_service GATEWAY_PASSWORD= diff --git a/deployment/hasura/migrations/Aerie/11_external_events/up.sql b/deployment/hasura/migrations/Aerie/11_external_events/up.sql index 833c282490..db3c4afb3f 100644 --- a/deployment/hasura/migrations/Aerie/11_external_events/up.sql +++ b/deployment/hasura/migrations/Aerie/11_external_events/up.sql @@ -84,7 +84,7 @@ comment on column merlin.external_source.key is e'' 'Part of the primary key, along with the derivation_group_name'; comment on column merlin.external_source.source_type_name is e'' 'The type of this external_source.'; -comment on column merlin.external_source.derivation_group is e'' +comment on column merlin.external_source.derivation_group_name is e'' 'The derivation_group that this external_source is included in.'; comment on column merlin.external_source.valid_at is e'' 'The time (in _planner_ time, NOT plan time) at which a source becomes valid.\n'