-
Notifications
You must be signed in to change notification settings - Fork 873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
table jackson_ttl missing with default configuration #1572
Comments
@shuther What version of postgres are you running ? |
I used the managed service offer (free for now) from https://xata.io/; my guess is that something was missing during the migration. happy to start again from a fresh start if I can help you to debug it? |
How did you run the migration ? |
I found the problem, the error message was misleading (the table exists); and I am not sure if the problem is on the xata side, prisma or somewhere else. pg_catalog.obj_description('public.jackson_ttl'::regclass, 'pg_class') is working. I will open a bug with xata as it sounds an issue with their postgresql server. |
Just starting the template,
in .env I have:
npx prisma db push
did not return any error.I am able to signup an account, but when I click on Settings/Single Sign-On, I have the error below:
I would have expected the tables to be setup.
The text was updated successfully, but these errors were encountered: