Skip to content
Andrei Tsaregorodtsev edited this page Aug 7, 2018 · 2 revisions

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');
Clone this wiki locally