Created
June 28, 2017 17:50
-
-
Save thestuntcoder/d8f9c6784c218b5d48b6db553dfad88a to your computer and use it in GitHub Desktop.
Magento 2 increase sequence start number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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