Skip to content
Snippets Groups Projects
Commit 73051240 authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Cosmetic changes and minor refactoring

parent f36c1570
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,3 @@ CREATE GLOBAL TEMPORARY TABLE TEMP_TAPE_FILE_INSERTION_BATCH(
)
ON COMMIT DELETE ROWS;
CREATE INDEX TEMP_T_F_I_B_ARCHIVE_FILE_ID_I ON TEMP_TAPE_FILE_INSERTION_BATCH(ARCHIVE_FILE_ID);
CREATE GLOBAL TEMPORARY TABLE TEMP_REMOVE_CASTOR_METADATA(
ARCHIVE_FILE_ID UINT64TYPE
)
ON COMMIT DELETE ROWS;
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