Migrations failing on new database #1458
-
Hey, I need some help setting up the repository. This prisma migration fails to run on a new database: The initial error was due to the missing comma on this line: Once you fix that, you get a new error: Migration `20241002212355_resupport_stripe_connect_on_payment_configuration` failed to apply cleanly to the shadow database.
Error:
column "id" does not exist
... Coming from this line: I tried changing the How can I resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Replace it with |
Beta Was this translation helpful? Give feedback.
id => connectedAccountId