feat(skeleton) : drop skeleton JSON columns from model_types

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-03-12 18:11:14 +01:00
parent 77c5d25cea
commit 5336dfc09d
4 changed files with 36 additions and 76 deletions

View File

@@ -325,8 +325,6 @@ final class ModelTypeCategoryConversionService
$this->connection->executeStatement(
'UPDATE model_types
SET category = :cat,
componentskeleton = pieceskeleton,
pieceskeleton = NULL,
updatedat = :now
WHERE id = :id',
[
@@ -395,8 +393,6 @@ final class ModelTypeCategoryConversionService
$this->connection->executeStatement(
'UPDATE model_types
SET category = :cat,
pieceskeleton = componentskeleton,
componentskeleton = NULL,
updatedat = :now
WHERE id = :id',
[