Howdy!

While working on rebasing the migration PR I've noticed that Lukas moved my 'category_seq' generator to the shiny-new 'enhanced-sequence' generator.

Does anyone remembers the reasoning for the change? I'm asking because we do want a sequence-style generator BUT with individual sequence-like tables when using mysql. The reason for this is SEVERE contention with InnoDB tables under load - something that is prone to happen when you go with the `hibernate_sequence` magic table.

I might be missing something.....HALP? :)

[]'z