ha/service-mgmt/sm-db-1.0.0/database
SidneyAn 729a8e7f36 Remove retired codes populated “V1” tables
the old source code which populate "V1" tables are no longer being used
in the current stx-ha design architecture.

Remove list:
  service-mgmt/sm-db-1.0.0/upgrades/
  service-mgmt/sm-db-1.0.0/scripts/sm-db-populate.script
  service-mgmt/sm-db-1.0.0/patches/*install.patch
  service-mgmt/sm-db-1.0.0/database/sm_database.xlsb
  service-mgmt-tools/sm-tools/sm-tools/sm-patch.py

Story: 2004752
Task: 28842

Change-Id: I9f230f900baafcb8495d8f7ed739bf8e182abae5
Signed-off-by: SidneyAn <ran1.an@intel.com>
2019-01-29 00:12:11 +08:00
..
Makefile StarlingX open source release updates 2018-05-31 07:36:26 -07:00
README Remove retired codes populated “V1” tables 2019-01-29 00:12:11 +08:00
create_sm_db.sql Helm repository replication 2019-01-16 09:29:44 -05: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.