Skip to content

Commit

Permalink
remove comment from derivation_group
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-super committed Oct 3, 2024
1 parent 06acb74 commit a8c2835
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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''
Expand Down

0 comments on commit a8c2835

Please sign in to comment.