Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3e44b44

Browse files
authored
Merge pull request #8478 from magento/dobooth-patch-1
Fixing incorrect table name in SQL
2 parents ffc96c9 + 332e3af commit 3e44b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/config-guide/prod/config-reference-var-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ To get these values from the database:
140140
1. Use the following SQL queries to find the relevant values:
141141

142142
```shell
143-
SELECT * FROM STORES;
143+
SELECT * FROM STORE;
144144
SELECT * FROM STORE_WEBSITE;
145145
```
146146

0 commit comments

Comments
 (0)