Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from Ingvord/add-rest-server
Browse files Browse the repository at this point in the history
Add TangoRestServer
  • Loading branch information
Ingvord authored Dec 7, 2018
2 parents 9e721cc + 04713f1 commit 09765d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions create_db.sql.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ DELETE FROM device WHERE server='DataBaseds/2';
INSERT INTO device VALUES ('sys/database/2',NULL,'sys','database','2',0,'nada','nada','DataBaseds/2',0,'DataBase','nada',NULL,NULL,'nada');
INSERT INTO device VALUES ('dserver/DataBaseds/2',NULL,'dserver','DataBaseds','2',0,'nada','nada','DataBaseds/2',0,'DServer','nada',NULL,NULL,'nada');

#
# Create entry for TangoRestServer device server in device table
#

DELETE FROM device WHERE server='TangoRestServer/rest';

INSERT INTO device VALUES ('sys/rest/0',NULL,'sys','rest','0',0,'nada','nada','TangoRestServer/rest',0,'TangoRestServer','nada',NULL,NULL,'nada');
INSERT INTO device VALUES ('dserver/TangoRestServer/rest',NULL,'dserver','TangoRestServer','rest',0,'nada','nada','TangoRestServer/rest',0,'DServer','nada',NULL,NULL,'nada');


#
# Create entry for test device server in device table
#
Expand Down

0 comments on commit 09765d7

Please sign in to comment.