Cheat Sheet aktualisieren authored by Daniel Kazior's avatar Daniel Kazior
......@@ -3,7 +3,7 @@
UPDATE `customer_entity` SET `password_hash` = CONCAT(SHA2('xxxxxxxxPASSWORD', 256), ':xxxxxxxx:1') WHERE `email` = 'example@crefopay.de';
```
## Update incrementID (sequential order number) to a new value`
## Update incrementID (sequential order number) to a new value
```sql
ALTER TABLE `sequence_invoice_1` AUTO_INCREMENT={$newValue};
```