mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
Project.blob -> Project.key
This commit is contained in:
@@ -34,7 +34,7 @@ export const OrganisationMember = pgTable("OrganisationMember", {
|
||||
|
||||
export const Project = pgTable("Project", {
|
||||
id: integer().primaryKey().generatedAlwaysAsIdentity(),
|
||||
blob: varchar({ length: 4 }).notNull(),
|
||||
key: varchar({ length: 4 }).notNull(),
|
||||
name: varchar({ length: 256 }).notNull(),
|
||||
organisationId: integer()
|
||||
.notNull()
|
||||
|
||||
Reference in New Issue
Block a user