ironic/ironic/db
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
..
sqlalchemy Set existing ports pxe_enabled=True when adding pxe_enabled column 2016-02-12 22:29:05 +02:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
api.py Add portgroups to support LAG interfaces - DB 2016-02-04 22:40:43 +02:00
migration.py Remove downgrade support from migrations 2016-02-08 15:31:15 +00:00