Skip to content

Instantly share code, notes, and snippets.

@magevision
Created January 23, 2021 16:20
Show Gist options
  • Save magevision/06259f609eb3947adf478051601e2e70 to your computer and use it in GitHub Desktop.
Save magevision/06259f609eb3947adf478051601e2e70 to your computer and use it in GitHub Desktop.
ChangeIncrementIdsLength
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\Framework\DB\Sequence\SequenceInterface">
<arguments>
<argument name="pattern" xsi:type="string">%s%'.05d%s</argument>
</arguments>
</type>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment