feat(documents) : add migration for type column with data classification
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -173,7 +173,7 @@ class MachineTest extends AbstractApiTestCase
|
||||
$productType = $this->createModelType('Huile', 'HUILE-SLOT', ModelCategory::PRODUCT);
|
||||
$compType = $this->createModelType('Pompe', 'POMPE-SLOT', ModelCategory::COMPONENT);
|
||||
|
||||
$composant = $this->createComposant('Composant avec slots', $compType);
|
||||
$composant = $this->createComposant('Composant avec slots', null, $compType);
|
||||
$piece = $this->createPiece('Joint sélectionné', 'REF-JS', $pieceType);
|
||||
$product = $this->createProduct('Huile sélectionnée', 'REF-HS', $productType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user