DIRAC v6r20p8 - DIRACGrid/DIRAC GitHub Wiki

DataManagement System

FTS3DB database

New index is required in the FTS3DB database. Add it with the following command:

USE FTS3DB;
ALTER TABLE Operations ADD INDEX('rmsOpID');
⚠️ **GitHub.com Fallback** ⚠️