Skip to content

Commit 5eda87f

Browse files
committed
Align README and downgrade.sample with last additions
1 parent 19af4f4 commit 5eda87f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ You can use the following [sample](./downgrade.sample).
3636
- [CMS](./scripts/cms.sql)
3737
- [EE Tables](./scripts/ee.sql)
3838
- [Wishlist](./scripts/wishlist.sql)
39+
- [CatalogInventory](./scripts/cataloginventory.sql)
40+
- [Customer](./scripts/customer.sql)
41+
- [Quote](./scripts/quote.sql)
42+
- [Sales](./scripts/sales.sql)
3943

4044
## Similar package
4145

downgrade.sample

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ mysql -u <user> -p<password> <database> < ./scripts/catalogrule.sql
55
mysql -u <user> -p<password> <database> < ./scripts/salesrule.sql
66
mysql -u <user> -p<password> <database> < ./scripts/category.sql
77
mysql -u <user> -p<password> <database> < ./scripts/product.sql
8+
mysql -u <user> -p<password> <database> < ./scripts/cataloginventory.sql
9+
mysql -u <user> -p<password> <database> < ./scripts/customer.sql
10+
mysql -u <user> -p<password> <database> < ./scripts/quote.sql
11+
mysql -u <user> -p<password> <database> < ./scripts/sales.sql
12+
mysql -u <user> -p<password> <database> < ./scripts/wishlist.sql

0 commit comments

Comments
 (0)