Don't delete values from MySQL sequence tables At server restart MySQL uses the maximum value in the table's auto_increment column to restart the sequence. Deleting rows causes this to always be 0, making sequences restart from 1 on the next server start. Change-Id: I50df069da1266161d21178359b45e6328f57e0c0