We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb77c4 commit 092a8b6Copy full SHA for 092a8b6
content/guides/use-case/pre-seeding.md
@@ -319,8 +319,6 @@ It is called at the end of the script to initiate the seeding process. The try..
319
$ docker exec -it postgres psql -h localhost -U postgres sampledb
320
```
321
322
- Enter `mysecretpassword` when prompted for the password. You should see the list of items added to the table.
323
-
324
```console
325
sampledb=# select * from todos;
326
id | task | completed
0 commit comments