heat/heat/tests/db
Steven Hardy 88ced37a22 Add "backup" column to stack table
Adds a backup boolean field to the stack record, defaulted to False,
with a migration which sets it to True for existing backup stacks,
which are named stackname* (which is an invalid name for any non-
backup stack).  Also adds the related column to the DB model and the
Stack object, so when we store a backup stack the flag will be set.

blueprint: list-nested
Change-Id: I737596a7248e8dd0c18a3f444f3b39a2b2e966c8
2014-08-14 13:52:49 +01:00
..
__init__.py Add migration test framework 2013-12-20 12:32:58 +11:00
test_migrations.conf Add migration test framework 2013-12-20 12:32:58 +11:00
test_migrations.py Add "backup" column to stack table 2014-08-14 13:52:49 +01:00