Commit f53920a
committed
fix: use correct table name in CONTEXT prefix test
The Prisma model AssuranceElement maps to table assurance_elements.
The raw SQL insert was using the model name instead of the table name.1 parent f41a235 commit f53920a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments