deb-heat/heat/db/sqlalchemy
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
..
migrate_repo Fix sqlalchemy migration script 061 for DB2 backend 2015-04-13 18:46:46 +08:00
__init__.py Stub out the database access API 2012-03-29 18:02:16 +02:00
api.py Make sure snapshot belongs to stack for actions 2015-04-10 18:37:08 +08:00
filters.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
migration.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
models.py Cleans nullable=True in db model column declaration 2015-04-06 10:52:57 +05:30
types.py Add extra columns for resource table 2015-03-17 06:09:26 -04:00
utils.py Fixes migrate_data utils to avoid created_at filed 2015-04-01 15:28:33 +05:30