Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thestuntcoder/d8f9c6784c218b5d48b6db553dfad88a to your computer and use it in GitHub Desktop.
Save thestuntcoder/d8f9c6784c218b5d48b6db553dfad88a to your computer and use it in GitHub Desktop.
Magento 2 increase sequence start number
ALTER TABLE `sequence_creditmemo_1` AUTO_INCREMENT=33000
ALTER TABLE `sequence_invoice_1` AUTO_INCREMENT=33000
ALTER TABLE `sequence_order_1` AUTO_INCREMENT=33000
ALTER TABLE `sequence_shipment_1` AUTO_INCREMENT=33000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment