Actions
Tareas #57
closedTareas #51: Migrate data from development to production
Create different database sequence per table
Puntos de historia:
0
Description
By default, Spring uses only one sequence (hibernate_sequence) for all tables of the database. Change Spring configuration for use one different sequence per database table.
Development and production environments have already use an unique sequence so, it's necessary to restart new sequences with the actual last value of the default sequence (hibernate_sequence)
Actions