Skip to content

Commit

Permalink
fix: remove validation function when reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
Naomi Aro committed Apr 29, 2021
1 parent 777cf06 commit 5f4bb0d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

begin;

delete from ggircs_portal.application_revision_validation_function where validation_function_name = 'emission_total_matches_rev_zero';

drop function ggircs_portal.emission_total_matches_rev_zero;

commit;

0 comments on commit 5f4bb0d

Please sign in to comment.