ha/service-mgmt/sm-db-1.0.0/database
Zuul 6db625274e Merge "SM monitoring for cluster-host-ip service" 2019-04-11 14:56:35 +00:00
..
Makefile Standardize Makefile install target name for service-mgmt/sm-db 2019-02-06 09:41:53 -06:00
README Remove retired codes populated “V1” tables 2019-01-29 00:12:11 +08:00
create_sm_db.sql Merge "SM monitoring for cluster-host-ip service" 2019-04-11 14:56:35 +00:00
create_sm_hb_db.sql StarlingX open source release updates 2018-05-31 07:36:26 -07:00
sm-patch.sql StarlingX open source release updates 2018-05-31 07:36:26 -07:00

README

The SM database is generated by the corresponding SQL scripts:
create_sm_db.sql -> sm.db
create_sm_hb_db.sql -> sm.db.hb

Instructions:
1. Update the corresponding SQL script i.e, create_sm_db.sql or create_sm_hb_db.sql:
    Add proper SQL statement(s) (insert, update, delete) to the sql file.