This commit is contained in:
dheepa
2021-08-09 11:14:23 +00:00
parent a0d3257be0
commit f3cf5e1d2d
89 changed files with 4769 additions and 1508 deletions

View File

@@ -26,5 +26,5 @@ INSERT INTO transactional.test_lab_location_master (client_id,function_id,locati
INSERT INTO transactional.test_lab_location_master (client_id,function_id,location_name,soil_type,created_by,create_timestamp) VALUES
(20,1,'Sardargarh (Jetsar)',NULL,current_user,now())
,(20,1,'Budni',NULL,current_user,now())
,(20,1,'MRV FD Test Track',NULL,current_user,now())
,(20,1,'MRV Test Track',NULL,current_user,now())
;