Closed dennis-campos closed 2 years ago
I agree with @kgajera - We should probably create a brand new migration for the entire app.
I think we're missing a migration for the
Profile.image
column: I'm in favor of just deleting all the migrations and creating a new "initial" migration.
Weird -- That should have been added here: packages/create-bison-app/template/prisma/schema.prisma Looking back at the migration I copied over -- It doesn't look like it matches.
I'll work to make a new initial migration.
I'm assuming the easiest way is to run this fresh from yarn dev db:migrate
and copy over to the template?
Realized my error -- I forgot to clean dev I updated the schema for the template but not the schema when running migrations.
Incoming 🏃🏼♂️
Adds NextAuth to work with tRPC.
This PR includes the credentials provider.