Skip to content

Commit 7b9180d

Browse files
Update README.md
changed "Update the `/prisma/schema.prisma` file with a `provider` other `sqlite`" to "Update the `/prisma/schema.prisma` file with a `provider` other than `SQLite`"
1 parent 0de1c36 commit 7b9180d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The app should now be installable as a draft app on your BigCommerce store.
154154
## Replacing SQLite
155155
To replace the SQLite database, do the following:
156156

157-
1. Update the `/prisma/schema.prisma` file with a `provider` other `sqlite` (i.e. `PostgreSQL`. info on options are here: https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-schema/data-sources/)
157+
1. Update the `/prisma/schema.prisma` file with a `provider` other than `SQLite` (i.e. `PostgreSQL`. info on options are here: https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-schema/data-sources/)
158158
2. Update the `DATABASE_URL` var in `/prisma/.env` to match your new DB connection string.
159159
3. Run `npx prisma migrate dev` (this creates tables and inserts related data as defined in `/prisma/migrations/*` into the DB).
160160
4. Run `npx prisma generate` (this generates a new client for the app using the new DB provider setting).

0 commit comments

Comments
 (0)