Hi Michael,
the sequence table is used internally by Hibernate. Since Hibernate 5 they changed the default sequence to one using a table instead of MySQL’s native auto-increment. Axon has absolutely no influence on how this sequence is used, although there are ways to force Hibernate to use the auto-increment instead.
The double entry in the table is more likely to be an issue in Hibernate.
Kind regards,
Allard