Update SQLServer DDL script to drop sequences instead of tables
Resolves #4373
(cherry picked from commit 384b8a095c)
This commit is contained in:
committed by
Mahmoud Ben Hassine
parent
f82c16b825
commit
2a8110ef17
@@ -7,6 +7,6 @@ DROP TABLE BATCH_JOB_EXECUTION_PARAMS;
|
||||
DROP TABLE BATCH_JOB_EXECUTION;
|
||||
DROP TABLE BATCH_JOB_INSTANCE;
|
||||
|
||||
DROP TABLE BATCH_STEP_EXECUTION_SEQ;
|
||||
DROP TABLE BATCH_JOB_EXECUTION_SEQ;
|
||||
DROP TABLE BATCH_JOB_SEQ;
|
||||
DROP SEQUENCE BATCH_STEP_EXECUTION_SEQ;
|
||||
DROP SEQUENCE BATCH_JOB_EXECUTION_SEQ;
|
||||
DROP SEQUENCE BATCH_JOB_SEQ;
|
||||
|
||||
Reference in New Issue
Block a user