Skip to content
Snippets Groups Projects
Commit 7774f514 authored by Steven Murray's avatar Steven Murray
Browse files

Revert "Added TEMP_TAPE_FILE_INSERTION_BATCH_PK"

This reverts commit 17abf6f6.
parent f5c04112
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,7 @@ CREATE GLOBAL TEMPORARY TABLE TEMP_TAPE_FILE_INSERTION_BATCH(
LOGICAL_SIZE_IN_BYTES NUMERIC(20, 0),
COPY_NB NUMERIC(20, 0),
CREATION_TIME NUMERIC(20, 0),
ARCHIVE_FILE_ID NUMERIC(20, 0),
CONSTRAINT TEMP_TAPE_FILE_INSERTION_B_PK PRIMARY KEY(ARCHIVE_FILE_ID, COPY_NB, VID)
ARCHIVE_FILE_ID NUMERIC(20, 0)
)
ON COMMIT DELETE ROWS;
CREATE INDEX TEMP_T_F_I_B_ARCHIVE_FILE_ID_I ON TEMP_TAPE_FILE_INSERTION_BATCH(ARCHIVE_FILE_ID);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment