Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f182430

Browse files
committed
Update uninstall
1 parent fbc0f26 commit f182430

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

source/uninstall_objects.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ drop synonym be_true;
5454

5555
drop synonym equal;
5656

57+
drop synonym be_within;
58+
5759
drop type ut_coveralls_reporter force;
5860

5961
drop type ut_coverage_sonar_reporter force;
@@ -140,6 +142,10 @@ drop type ut_be_less_than force;
140142

141143
drop type ut_be_false force;
142144

145+
drop type ut_be_within_pct force;
146+
147+
drop type ut_be_within force;
148+
143149
drop type ut_comparison_matcher force;
144150

145151
drop type ut_matcher force;

0 commit comments

Comments
 (0)