summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-11-21 16:34:55 +0900
committerjoonhoekim <26rote@gmail.com>2025-11-21 16:34:55 +0900
commitf83bb6e0a31f1439a8f411095f3dffee498fcda2 (patch)
tree4e1758b30b5c0f6dec7f686c112d6bfbd4ec32fd /db
parentb845ccde2910894911233cda273657d2b52e63f9 (diff)
(김준회) 견적 IF: 수정자 구매그룹코드담당자로 처리, nullable 하도록 스키마 변경
Diffstat (limited to 'db')
-rw-r--r--db/schema/rfqLast.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema/rfqLast.ts b/db/schema/rfqLast.ts
index 10ec888a..2f2a6710 100644
--- a/db/schema/rfqLast.ts
+++ b/db/schema/rfqLast.ts
@@ -74,7 +74,6 @@ export const rfqsLast = pgTable(
.references(() => users.id, { onDelete: "set null" }),
updatedBy: integer("updated_by")
- .notNull()
.references(() => users.id, { onDelete: "set null" }),
createdAt: timestamp("created_at").defaultNow().notNull(),