diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-11 11:16:26 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-11 11:16:26 -0500 |
commit | 962bc5cda4215281e8dcd0d60e8427fe9b7439e2 (patch) | |
tree | 694b003396e9b75a9013bec5b2ad0133d63e15a0 /database | |
parent | 5843e6cd17ff77f4864e0420dd93b1d252b17cbc (diff) | |
download | ulab-962bc5cda4215281e8dcd0d60e8427fe9b7439e2.tar.gz ulab-962bc5cda4215281e8dcd0d60e8427fe9b7439e2.zip |
Allow multiple clients to connect to the management utilities
Diffstat (limited to 'database')
-rw-r--r-- | database/mysql/remotelab.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/mysql/remotelab.sql b/database/mysql/remotelab.sql index b310810..e93173d 100644 --- a/database/mysql/remotelab.sql +++ b/database/mysql/remotelab.sql @@ -75,7 +75,7 @@ CREATE TABLE `servicetypes` ( /*Data for the table `servicetypes` */
-insert into `servicetypes`(`serviceid`,`name`,`description`,`client_library`,`version`,`single_instance`) values (1,'Remote FPGA','Remote FPGA access','libremotelab_fpgaviewer',1,1),(2,'Spectrum Analyzer','GPIB spectrum analyzer access','libremotelab_commanalyzer',1,1),(3,'FPGA Programmer','Remote FPGA programming','libremotelab_fpgaprogrammer',1,1),(4,'Oscilloscope','GPIB oscilloscope access','libremotelab_scope',1,1),(5,'Sensor Monitor','Sensor monitor access','libremotelab_sensormonitor',1,1),(6,'Administration Console','View and control active sessions','libremotelab_adminconsole',1,1),(7,'User Management Console','Manage user permissions','libremotelab_adminusermgmt',1,1);
+insert into `servicetypes`(`serviceid`,`name`,`description`,`client_library`,`version`,`single_instance`) values (1,'Remote FPGA','Remote FPGA access','libremotelab_fpgaviewer',1,1),(2,'Spectrum Analyzer','GPIB spectrum analyzer access','libremotelab_commanalyzer',1,1),(3,'FPGA Programmer','Remote FPGA programming','libremotelab_fpgaprogrammer',1,1),(4,'Oscilloscope','GPIB oscilloscope access','libremotelab_scope',1,1),(5,'Sensor Monitor','Sensor monitor access','libremotelab_sensormonitor',1,1),(6,'Administration Console','View and control active sessions','libremotelab_adminconsole',1,0),(7,'User Management Console','Manage user permissions','libremotelab_adminusermgmt',1,0);
/*Table structure for table `stations` */
|