added missing drop view at end of test

parent 35735cfe
...@@ -213,3 +213,4 @@ drop function f1; ...@@ -213,3 +213,4 @@ drop function f1;
drop function f2; drop function f2;
drop function f3; drop function f3;
drop procedure sp1; drop procedure sp1;
drop view v1;
...@@ -239,4 +239,4 @@ drop function f1; ...@@ -239,4 +239,4 @@ drop function f1;
drop function f2; drop function f2;
drop function f3; drop function f3;
drop procedure sp1; drop procedure sp1;
drop view v1;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment