New depend code doesn't need sequence drop.
This commit is contained in:
parent
2aa6a5de87
commit
776fc8cc5c
@ -51,6 +51,5 @@ COPY x (a,b,c,d,e) from stdin;
|
|||||||
|
|
||||||
COPY x TO stdout;
|
COPY x TO stdout;
|
||||||
DROP TABLE x;
|
DROP TABLE x;
|
||||||
DROP SEQUENCE x_a_seq;
|
|
||||||
DROP FUNCTION fn_x_before();
|
DROP FUNCTION fn_x_before();
|
||||||
DROP FUNCTION fn_x_after();
|
DROP FUNCTION fn_x_after();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user