[solved] removing entity

0 votes
asked Feb 13, 2023 in Solved by frodemm (300 points)
recategorized Feb 14, 2023 by ludek.vodicka

Deleting an entity causes ORM export to complain about missing UUID. Is this not supported?
I am restructuring data and need to remove some entities.

commented Feb 13, 2023 by ludek.vodicka Skipper developer (140,450 points)

It's probably more than just removing the entity.

Migrations should support all range of actions that are available in Skipper. Didn't you modify manually migrations in the Skipper XML file?

commented Feb 13, 2023 by frodemm (300 points)

No, I have not modified anything in XML file. I only removed an entity and its realtions to other entities.

1 Answer

0 votes
answered Feb 14, 2023 by ludek.vodicka Skipper developer (140,450 points)
...