Skip to content

Commit

Permalink
fix merlin.external_source column comment in up.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-super committed Oct 1, 2024
1 parent d4b5364 commit 2b1de6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2b1de6f

Please sign in to comment.