Skip to content

Commit 8ca3301

Browse files
ajeetrainadvdksn
andauthored
Update content/guides/use-case/pre-seeding.md
Co-authored-by: David Karlsson <[email protected]>
1 parent 91b4aa2 commit 8ca3301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/use-case/pre-seeding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ $ docker container stop postgres
224224
```
225225

226226
```sql
227-
sampledb=# select * from users;
227+
sampledb=# SELECT * FROM users;
228228
id | name | email
229229
----+-------+-------------------
230230
1 | Alpha | [email protected]

0 commit comments

Comments
 (0)