diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-20 09:01:22 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-05-20 09:01:22 +0000 |
| commit | 45f4c426c98d86a251644a4858740bec989edf83 (patch) | |
| tree | b0a3f1ce6ac3e4493ee53c93ef33841c8eb34cfb /lib/items-tech/repository.ts | |
| parent | 11f13979825d28180956fc27600176bfc47457e1 (diff) | |
(최겸) 기술영업 아이템리스트 수정 및 개발 0520
Diffstat (limited to 'lib/items-tech/repository.ts')
| -rw-r--r-- | lib/items-tech/repository.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/items-tech/repository.ts b/lib/items-tech/repository.ts index 550e6b1d..43e88866 100644 --- a/lib/items-tech/repository.ts +++ b/lib/items-tech/repository.ts @@ -4,15 +4,9 @@ import { Item, items } from "@/db/schema/items"; import { eq, inArray, - not, asc, desc, - and, - ilike, - gte, - lte, count, - gt, } from "drizzle-orm"; import { PgTransaction } from "drizzle-orm/pg-core"; export type NewItem = typeof items.$inferInsert |
