Comment 4 for bug 1288358

Revision history for this message
Darren Birkett (darren-birkett) wrote :

Hi John,

All neutron tables do actually get created with the innodb mysql_engine as inherited from the parent class, except the two detailed. This is because when they are created, they attempt to set some additional __table_args__ and the __table_args__ from the parent class are not explicitly inherited.

The attached/proposed fix resolves this issue for those tables.

Darren