Unfortunately a showstoppoer bug crept into the last Seagull release, the good news is it’s only one line of code to fix it.
If you’re running Seagull 0.3.5 on MySQL please go to
[install-dir]/app/modules/core/Base.php
and add a final element to the DataObjects options array:
‘ignore_sequence_keys’ => ‘ALL’
Basically the behaviour of the latest DataObjects, which I updated at the last minute, has changed significantly however the above flag reverts it to previous behaviour.
Alternatively, you can download the patched release here.