diff options
Diffstat (limited to 'db/schema/rfqLast.ts')
| -rw-r--r-- | db/schema/rfqLast.ts | 1 |
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(), |
