Launch the playback application, launch the browser using this URL (if you are using the local playback application):
http://localhost:9000/@db
Type h2 db and enter the command below and run:
ALTER TABLE <table_name> ALTER COLUMN <column_name> RESTART WITH 1
If you want to do this programmatically, it Fixtures.executeSQL()may be useful
For more information, check out http://www.h2database.com/html/grammar.html#alter_table_alter