Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc0f26 commit f182430Copy full SHA for f182430
1 file changed
source/uninstall_objects.sql
@@ -54,6 +54,8 @@ drop synonym be_true;
54
55
drop synonym equal;
56
57
+drop synonym be_within;
58
+
59
drop type ut_coveralls_reporter force;
60
61
drop type ut_coverage_sonar_reporter force;
@@ -140,6 +142,10 @@ drop type ut_be_less_than force;
140
142
141
143
drop type ut_be_false force;
144
145
+drop type ut_be_within_pct force;
146
147
+drop type ut_be_within force;
148
149
drop type ut_comparison_matcher force;
150
151
drop type ut_matcher force;
0 commit comments