ironic/ironic/tests/unit/db/sqlalchemy
Jim Rollenhagen c53a649b24 Set existing ports pxe_enabled=True when adding pxe_enabled column
The `default` parameter to Column() doesn't have any effect on existing
rows, therefore when this migration runs it is set to NULL. After adding
the column, update existing ports in the database to have
pxe_enabled=True, which maintains behavior before this column was added.

Closes-Bug: #1545068
Change-Id: Ibee65fbe26d89d27925a2202795d38461ec60f1f
2016-02-12 22:29:05 +02:00
..
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
test_migrations.py Set existing ports pxe_enabled=True when adding pxe_enabled column 2016-02-12 22:29:05 +02:00
test_types.py Fix a typo 2015-10-22 08:03:42 +00:00