Skip to content

Commit

Permalink
Update server/db/schema.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Aman Desai <[email protected]>
  • Loading branch information
shivam-sharma7 and amandesai01 authored Sep 18, 2024
1 parent 5261181 commit 9ebc850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/db/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const postingApplicantsTable = pgTable('posting_applicants', {
})
.notNull(),
status: integer('status_id').default(-1),
status_type: smallint('status_type').default(0),
statusType: smallint('status_type').default(0),
createdAt: timestamp('created_at').defaultNow().notNull(),
});

Expand Down

0 comments on commit 9ebc850

Please sign in to comment.