Skip to content

Commit 9b10d09

Browse files
sumitskjjgbarah
authored andcommitted
typo in tables name
Updated the mysql -u user -pXXX -e 'SELECT * FROM identities;' shdb command to mysql -u user -pXXX -e 'SELECT * FROM uidentities;' shdb as there was a typo in table name.
1 parent 28c16c2 commit 9b10d09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sortinghat/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ We can observe how all uuids are different, and for eachh row, equal to ids. Thi
118118
The `uidentities` table just lists the valid unique identities (in this case, I'm showing full hashes):
119119

120120
```bash
121-
mysql -u user -pXXX -e 'SELECT * FROM identities;' shdb
121+
mysql -u user -pXXX -e 'SELECT * FROM uidentities;' shdb
122122
| uuid |
123123
| 0cac4ef12631d5b0ef2fa27ef09729b45d7a68c1 |
124124
| 0ef1c4a95006b07416b0a48ca66587ddfff184e4 |

0 commit comments

Comments
 (0)