Details
Description
All keys are being set as primary key, wich is useless once we have a serial.
Fix: Doctrine/I18n.php
#098: $defaultOptions = array(
#099: 'fixed' => true,
#100: 'primary' => false
#101: )
All keys are being set as primary key, wich is useless once we have a serial.
Fix: Doctrine/I18n.php
#098: $defaultOptions = array(
#099: 'fixed' => true,
#100: 'primary' => false
#101: )
These changes are not valid and they break the test case. Not enough information is present for this to be valid or a complete ticket. Please re-open if you have more information or a proper patch.