Temp Terms

Version 1234 • Effective from 10 December 2025

## Error Type

Runtime PrismaClientKnownRequestError

## Error Message

Invalid prisma.companySubscription.findFirst() invocation:

The column company_subscriptions.status does not exist in the current database.

at eval (src/lib/features/feature-service.ts:118:26)

## Code Frame

116 | export const getCompanySubscription = cache(

117 | async (companyId: bigint): Promise<CompanySubscriptionInfo | null> => {

> 118 | const subscription = await db.companySubscription.findFirst({

| ^

119 | where: {

120 | companyId,

121 | ...excludeSoftDeleted,

Next.js version: 15.5.4 (Webpack)