Open
Description
How to Reproduce
- Create an entity type with an id attribute with a sequence (follow the documentation)
- Inspect the
information_schema.sequences
table in the database and locate your sequence - Delete the entity type
Expected behavior
The sequence is deleted from the database
Observed behavior
The sequence is not deleted from the database since there is no administration for which sequence belongs to which entity type.