summaryrefslogtreecommitdiff
path: root/db/schema
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-11-24 20:16:56 +0900
committerjoonhoekim <26rote@gmail.com>2025-11-24 20:16:56 +0900
commit6bc4162b19f06ad4f919270ebcd4ef18f31cd490 (patch)
treebe37a152174789d269ef718c2a1f3794531e1c37 /db/schema
parent775997501ef36bf07d7f1f2e1d4abe7c97505e96 (diff)
parenta8674e6b91fb4d356c311fad0251878de154da53 (diff)
(김준회) 최겸프로 작업사항 병합
Diffstat (limited to 'db/schema')
-rw-r--r--db/schema/bidding.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/db/schema/bidding.ts b/db/schema/bidding.ts
index 3db9108d..6d968615 100644
--- a/db/schema/bidding.ts
+++ b/db/schema/bidding.ts
@@ -66,8 +66,6 @@ export const biddingTypeEnum = pgEnum('bidding_type', [
'construction', // 공사
'service', // 용역
'lease', // 임차
- 'steel_stock', // 형강스톡
- 'piping', // 배관
'transport', // 운송
'waste', // 폐기물
'sale', // 매각
@@ -721,8 +719,6 @@ export const biddingTypeLabels = {
construction: '공사',
service: '용역',
lease: '임차',
- steel_stock: '형강스톡',
- piping: '배관',
transport: '운송',
waste: '폐기물',
sale: '매각',