Skip to content

Commit

Permalink
add boolean to plan_derivation_group
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-super committed Aug 27, 2024
1 parent 7365170 commit 93cd686
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ 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 93cd686

Please sign in to comment.