deb-heat/heat/db/sqlalchemy/migrate_repo
Ethan Lynn 7b25a9d647 Fix sqlalchemy migration script 061 for DB2 backend
DB2 doesn't support alter column type from string to text,
need to add a new column and copy data from old column, and
later remove the old column.

Closes-Bug: #1443252
Change-Id: I7b3edf6bf7ea0efaf96398a83dad9ebe61caaa23
2015-04-13 18:46:46 +08:00
..
versions Fix sqlalchemy migration script 061 for DB2 backend 2015-04-13 18:46:46 +08: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 Updates migrate_repo README 2015-04-01 12:29:13 +05:30

This is a database migration repository.

More information at
https://github.com/stackforge/sqlalchemy-migrate