e641605452
Add cinder-backup as a SM service Story: 2003115 Task: 26393 Depends-On: I63a6fd3d112a98449ea22524bb2a83b5db8ce6d1 Change-Id: I85b9f791f6ce80a150909ff46d134e4b455a220e Signed-off-by: Wei Zhou <wei.zhou@windriver.com> |
||
---|---|---|
.. | ||
create_sm_db.sql | ||
create_sm_hb_db.sql | ||
Makefile | ||
README | ||
sm_database.xlsb | ||
sm-patch.sql |
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.