Skip to content

Generate SQL file containing inserts to oss_info table

Notifications You must be signed in to change notification settings

darenjacobscellwize/dev-672

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

DEV-672 Generate SQL file containing inserts to oss_info table

INSERT command example:

INSERT INTO oss_info (id,description,localId,name,vendor) VALUES (9,'Samsung OSS 5e8f860397b14f001d51c247','5e8f860397b14f001d51c247','5e8f860397b14f001d51c247','SAMSUNG_LTE')


OSS Ids should be taken from the following folder on Westlake Lab NFS server (172.21.188.152):
{{}}
/opt/spaces/raw_data/network/NOKIA
/opt/spaces/raw_data/network/SAMSUNG

NOTE / Requirements

For this to work you need to

  1. Connect to Customer VPN
  2. Add your SSH key to the NFS server (172.21.188.152)
  3. run bash dev-672.sh
  4. requires "truncate" command, mac user 'brew install truncate'

About

Generate SQL file containing inserts to oss_info table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages