heat/heat/db/sqlalchemy/migrate_repo
Jason Dunsmore b4cd30cb35 Add stack_tag table and remove stack.tags column
Storing the stack tags in their own table is necessary to allow stack
filtering at the database level.  The stack.tags database column was
unused, so it can be removed without a script to migrate data.

blueprint stack-tags

Change-Id: I5a7e3a30f87b5cc5a60d43ed9efde4ec5bfba9f2
2015-02-26 13:53:19 -06:00
..
versions Add stack_tag table and remove stack.tags column 2015-02-26 13:53:19 -06:00
README Add a heat database to store templates, state, and events 2012-04-02 06:44:10 -04:00
__init__.py Add a heat database to store templates, state, and events 2012-04-02 06:44:10 -04:00
manage.py Add execute bits to executable scripts manage.py and runner.py 2012-06-18 09:13:25 -07:00
migrate.cfg Add a heat database to store templates, state, and events 2012-04-02 06:44:10 -04:00

README

This is a database migration repository.

More information at
http://code.google.com/p/sqlalchemy-migrate/