Skip to content
Snippets Groups Projects
Commit 1270ecbb authored by Joao Afonso's avatar Joao Afonso
Browse files

Preparing code for new IS_ACCESSIBLE column in TAPE_FILE table

parent 4b53af61
Branches fix-changelog
No related tags found
No related merge requests found
......@@ -2,7 +2,9 @@
## Summary
### Continuous Integration
- cta/CTA#205 - Updating EOS4/EOS4 in versionlock for v4.8.95/v5.1.4
- cta/CTA#205 - Updating EOS4/EOS4 in versionlock for v4.8.95/v5.1.4
### Catalogue Schema
- cta/CTA#124 - Preparing code for new IS_ACCESSIBLE column in TAPE_FILE table
# v4.8.0-1
......
......@@ -489,7 +489,7 @@ void PostgresCatalogue::filesWrittenToTape(const std::set<TapeItemWrittenPointer
const char *const sql =
"CREATE TEMPORARY TABLE TEMP_TAPE_FILE_INSERTION_BATCH (" "\n"
"LIKE TAPE_FILE) " "\n"
"LIKE TAPE_FILE INCLUDING DEFAULTS) " "\n"
"ON COMMIT DROP;" "\n"
"COPY TEMP_TAPE_FILE_INSERTION_BATCH(" "\n"
"VID," "\n"
......
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