Trying to self host Prisma and it's broken on rela...
# orm-help
t
Trying to self host Prisma and it's broken on relations. Any help?
Copy code
org.postgresql.util.PSQLException: ERROR: column prismaBaseTableAlias.createdAt does not exist
  Position: 146
Query:
Copy code
query {
  items {
    id
    revisions(orderBy: createdAt_DESC, first: 1) {
      id
      name
      organization
      __typename
    }
    __typename
  }
}
Confirmed regression, filing issue
v
what version? I was about to update Prisma 😮
t
I'm on 1.15.3.