![SidneyAn](/assets/img/avatar_default.png)
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>
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
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.
|
|
|
|
|
|
|