ha/service-mgmt/sm-db-1.0.0/database
Jerry Sun b8b80494ee Make SM manage docker local registry.
This is part of Local Docker Registry HA Integration.

Story: 2002840
Task: 22782

Change-Id: I26edb7705243a9ccb54253d941912756424a0928
Signed-off-by: Don Penney <don.penney@windriver.com>
Signed-off-by: Jack Ding <jack.ding@windriver.com>
2018-08-02 01:46:38 +00:00
..
Makefile StarlingX open source release updates 2018-05-31 07:36:26 -07:00
README StarlingX open source release updates 2018-05-31 07:36:26 -07:00
create_sm_db.sql Make SM manage docker local registry. 2018-08-02 01:46:38 +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
sm_database.xlsb 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 SM excel spreadsheet (sm_database.xlsb) with your changes,
2. 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.