[INFO] Scanning "." for SQLs with extension Ts
error: internal compiler error: column "jwks_ur" of relation "applications" does not exist
--> ./src/applications/applications.service.ts:18:5
|
18 | / const { rows } = await this.conn.query(
19 | | sql`
20 | | INSERT INTO applications (jwks_ur) VALUES ($1) RETURNING *;
21 | | `,
22 | | [createApplicationDto.jwksUri],
23 | | );
| |______^
[INFO] No SQL errors detected!
Exit code is 0