Replies: 1 comment
-
here is the same error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this case where i won't have direct access to DB anymore because everything is running on Kubernetes.
Before build starts K8 will run
npm run db:generate && npm run db:migrate
each time new commit is addedRight now I'm getting failed, i assume its because the tables already are there.
What is the best way to fix this? Maybe just overide the tables?
Beta Was this translation helpful? Give feedback.
All reactions