Skip to content

Commit 092a8b6

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ It is called at the end of the script to initiate the seeding process. The try..
319319
$ docker exec -it postgres psql -h localhost -U postgres sampledb
320320
```
321321

322-
Enter `mysecretpassword` when prompted for the password. You should see the list of items added to the table.
323-
324322
```console
325323
sampledb=# select * from todos;
326324
id | task | completed

0 commit comments

Comments
 (0)