Skip to content

Commit 048749c

Browse files
adriendupuisdabrt
andauthored
Apply suggestions from code review
Co-authored-by: Tomasz Dąbrowski <[email protected]>
1 parent 7206ea5 commit 048749c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/update_and_migration/from_4.3/update_from_4.3_new_commerce.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,11 @@ Apply the following database update scripts:
319319
```
320320

321321
If you used old Commerce packages before, and have migrated everything, you can remove the old tables.
322-
The removable tables are prefixed with `ses_` and `sve_`.
322+
The tables that can be removed are prefixed with `ses_` and `sve_`.
323323

324324
=== "MySQL"
325325

326-
To be on the right database, adapt the following command:
326+
To switch to the right database, issue the following command:
327327
``` sql
328328
USE <database_name>;
329329
```
@@ -362,7 +362,7 @@ The removable tables are prefixed with `ses_` and `sve_`.
362362

363363
=== "PostgreSQL"
364364

365-
To be on the right database, adapt the following command:
365+
To switch to the right database, issue the following command:
366366
``` sql
367367
\connect <database_name>;
368368
```

0 commit comments

Comments
 (0)