Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting an entity type does not remove its database sequences #9347

Open
tommydeboer opened this issue Nov 10, 2021 · 0 comments
Open

Deleting an entity type does not remove its database sequences #9347

tommydeboer opened this issue Nov 10, 2021 · 0 comments

Comments

@tommydeboer
Copy link
Collaborator

How to Reproduce

  1. Create an entity type with an id attribute with a sequence (follow the documentation)
  2. Inspect the information_schema.sequences table in the database and locate your sequence
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant