Closed dthyresson closed 3 years ago
Noticed a couple of related things when reviewing. Made an issue for one of them: https://github.com/redwoodjs/playground-auth/issues/62
The other issue is with schema.prisma
. Now that you've updated the location etc, maybe we should update the comment inside this file as well.
// Define your own datamodels here and run `yarn redwood db save` to create
// migrations for them.
// TODO: Please remove the following example:
yarn redwood db save
should be yarn redwood prisma migrate dev
This PR:
Provider Images
Before
After