Skip to content

Commit 02ade47

Browse files
Update content/100-getting-started/03-prisma-postgres/110-import-from-existing-database-postgresql.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 1e78222 commit 02ade47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/100-getting-started/03-prisma-postgres/110-import-from-existing-database-postgresql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pg_restore \
151151
&& echo "-complete-"
152152
```
153153

154-
Once the command completes execution, you will have successfully imported the data from your your existing PostgreSQL database into Prisma Postgres 🎉
154+
Once the command completes execution, you will have successfully imported the data from your existing PostgreSQL database into Prisma Postgres 🎉
155155

156156
To validate that the import worked, you can use [Prisma Studio](/postgres/integrations/tooling#viewing-and-editing-data-in-prisma-studio). Either open it in the [Platform Console](https://console.prisma.io) by clicking the **Studio** tab in the left-hand sidenav in your project or run this command to launch Prisma Studio locally:
157157

0 commit comments

Comments
 (0)