Fix: restore lte/gte imports removed in review cleanup
The relational query where-callback in this version of Drizzle does not expose lte/gte as helper args, so they must be imported from drizzle-orm. Removing them broke CI TypeScript. https://claude.ai/code/session_01LHYgpyimF8v8odUB6kj8Qc
This commit is contained in:
parent
7a9dd3b874
commit
a7d43ddc1c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import { eq, sql } from "drizzle-orm";
|
import { eq, sql, lte, gte } from "drizzle-orm";
|
||||||
import { database } from "~/database/context";
|
import { database } from "~/database/context";
|
||||||
import * as schema from "~/database/schema";
|
import * as schema from "~/database/schema";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue