Skip to content

Commit

Permalink
feat: add staged status in change_status
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Mar 30, 2022
1 parent f389ece commit 735f8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/deploy/tables/change_status.sql
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ comment on column cif.change_status.active is 'Whether that status is active';
insert into cif.change_status (status, triggers_commit, active)
values
('pending', false, true),
('staged', false, true),
('committed', true, true);

commit;

0 comments on commit 735f8b7

Please sign in to comment.