Skip to content

Commit

Permalink
remove 'enabled' from 'plan_derivation_group' in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-super committed Sep 25, 2024
1 parent d36b021 commit 779765c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ comment on table merlin.external_event is e''
create table merlin.plan_derivation_group (
plan_id integer not null,
derivation_group_name text not null,
enabled boolean not null default true,
created_at timestamp with time zone default now() not null,

constraint plan_derivation_group_pkey
Expand Down

0 comments on commit 779765c

Please sign in to comment.