@@ -196,6 +196,7 @@ INSERT INTO ConfigSettings (Name, Description, Visible, AllowMultiple, DataType,
196196INSERT INTO ConfigSettings (Name, Description, Visible, AllowMultiple, Label, OrderNumber) VALUES (' eeg_pipeline' , ' EEG Pipeline settings' , 1 , 0 , ' EEG Pipeline' , 15 );
197197INSERT INTO ConfigSettings (Name, Description, Visible, AllowMultiple, DataType, Parent, Label, OrderNumber) SELECT ' EEGS3DataPath' , ' EEG S3 data path for assembly data' , 1 , 0 , ' text' , ID, ' EEG S3 data path' , 15 FROM ConfigSettings WHERE Name = ' eeg_pipeline' ;
198198INSERT INTO ConfigSettings (Name, Description, Visible, AllowMultiple, DataType, Parent, Label, OrderNumber) SELECT ' EEGUploadIncomingPath' , ' Path to the upload directory for incoming EEG studies' , 1 , 0 , ' text' , ID, ' EEG Incoming Directory' , 7 FROM ConfigSettings WHERE Name= " eeg_pipeline" ;
199+ INSERT INTO ConfigSettings (Name, Description, Visible, AllowMultiple, DataType, Parent, Label, OrderNumber) SELECT ' EEGChunksPath' , ' Path to store the EEG chunks for Visualization' , 1 , 0 , ' text' , ID, ' EEG chunks path' , 16 FROM ConfigSettings WHERE Name= " eeg_pipeline" ;
199200
200201-- REDCap settings
201202INSERT INTO ConfigSettings (Name, Description, Visible, AllowMultiple, Label, OrderNumber) VALUES (' redcap' , ' Settings related to REDCap interoperability' , 1 , 0 , ' REDCap' , 16 );
0 commit comments