heat/heat/tests/db
Crag Wolfe 98505288b2 Add heat-manage subcommand to migrate legacy prop. data
Add a subcommand to heat-manage to migrate resource and events
properties data from the legacy db locations to the new. I.e., migrate
properties data out of the legacy columns in the resource and event
tables into the recently added resource_properties_data table. No
attempt at de-duplication between resources and events is made for the
migration: a new row is created in resource_properties_data for every
row that has legacy properties data in the resource or event tables.

Change-Id: I364d509c357539d1929eb2e40704e60049469ea2
2017-01-31 13:45:52 -08:00
..
__init__.py Add migration test framework 2013-12-20 12:32:58 +11:00
test_migrations.py Add resource_properties_data data migration 2016-12-22 10:28:34 -08:00
test_sqlalchemy_api.py Add heat-manage subcommand to migrate legacy prop. data 2017-01-31 13:45:52 -08:00
test_sqlalchemy_filters.py Re-factor db sqlalchemy tests 2015-03-31 11:41:40 -04:00
test_sqlalchemy_types.py Re-factor db sqlalchemy tests 2015-03-31 11:41:40 -04:00
test_utils.py Remove unnecessary setUp and tearDown 2016-09-30 10:56:31 +08:00