1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

fix: certificates migration

This commit is contained in:
Torsten Dittmann 2022-01-03 17:04:39 +01:00
parent 64826fa545
commit a3fbe546c3

View file

@ -490,6 +490,7 @@ class V11 extends Migration
*/
if ($document->getAttribute('certificateId') !== null) {
$document->setAttribute('$id', $document->getAttribute('certificateId'));
$document->removeAttribute('certificateId');
}
break;