mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
added assigneeId to Issue
This commit is contained in:
@@ -29,6 +29,8 @@ export const Issue = pgTable(
|
||||
|
||||
title: varchar({ length: 256 }).notNull(),
|
||||
description: varchar({ length: 2048 }).notNull(),
|
||||
|
||||
assigneeId: integer().references(() => User.id),
|
||||
},
|
||||
(t) => [
|
||||
// ensures unique numbers per project
|
||||
|
||||
Reference in New Issue
Block a user