From 3d8a88d295aa37fd1c04e159e9625f2dfe61d6e8 Mon Sep 17 00:00:00 2001 From: lwasylow Date: Wed, 28 Mar 2018 16:35:29 +0100 Subject: [PATCH] Update Uninstall with missing synonym drop --- source/uninstall.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/uninstall.sql b/source/uninstall.sql index e155050b9..add73c926 100644 --- a/source/uninstall.sql +++ b/source/uninstall.sql @@ -28,6 +28,8 @@ alter session set current_schema = &&ut3_owner; set echo on drop synonym be_between; +drop synonym have_count; + drop synonym match; drop synonym be_false;