Some of my tables have an IDENTITY column. Now I'd like to change the IDENTITY columns to AUTO_INCREMENT, which allows me to extend the PRIMARY KEY. Is there a way to transfer the current value of the IDENTITY sequence to the new AUTO_INCREMENT sequence? Without further measures, a certain ID can be given out twice if the corresponding entry has been deleted from the table before migration.
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
