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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'develop' into feature/expectation_cleanup
# Conflicts:
#	source/uninstall.sql
  • Loading branch information
jgebal committed Oct 17, 2017
commit 1c7a1e81ed492506e17b7cc6b447f6bd5af6d53f
2 changes: 2 additions & 0 deletions source/uninstall.sql
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ drop package ut_suite_manager;

drop package ut;

drop table ut_dbms_output_cache;

drop type ut_expectation force;

drop package ut_expectation_processor;
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.