This file contains 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
fromInvoiceId = 418 | |
fromOrderId = 371 | |
DELETE FROM sales_invoice WHERE entity_id >= 418; | |
ALTER TABLE sales_invoice AUTO_INCREMENT = 418; | |
DELETE FROM sales_invoice_grid WHERE entity_id >= 418; | |
ALTER TABLE sales_invoice_grid AUTO_INCREMENT = 418; | |
DELETE FROM sales_invoice_item WHERE parent_id >= 418; |
This file contains 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
# Commands | |
``` | |
1) rm -rf pub/static/* generated/* var/view_preprocessed var/cache var/page_cache | |
2) Admin > Catalog > Products | |
3) Admin > Catalog > Products | |
4) Admin > Stores > Configuration | |
5) Admin > Stores > Configuration | |
``` | |
# Metrics |
OlderNewer