From a8c28352fc7829c6fde860f98e479e37dcc83a80 Mon Sep 17 00:00:00 2001 From: pranav-super Date: Thu, 3 Oct 2024 12:39:24 -0700 Subject: [PATCH] remove comment from derivation_group --- .../sql/tables/merlin/external_events/derivation_group.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/postgres-init-db/sql/tables/merlin/external_events/derivation_group.sql b/deployment/postgres-init-db/sql/tables/merlin/external_events/derivation_group.sql index e79c8a8712..ad09abd4eb 100644 --- a/deployment/postgres-init-db/sql/tables/merlin/external_events/derivation_group.sql +++ b/deployment/postgres-init-db/sql/tables/merlin/external_events/derivation_group.sql @@ -12,7 +12,6 @@ create table merlin.derivation_group ( comment on table merlin.derivation_group is e'' 'A representation of the names of groups of sources to run derivation operations over.'; --- TODO: make name the pk on its own?? comment on column merlin.derivation_group.name is e'' 'The name and primary key of the derivation group.'; comment on column merlin.derivation_group.source_type_name is e''