Skip to content

Commit fc1694d

Browse files
committed
[feat] Add completedAt column to resource_completion
1 parent 07082ed commit fc1694d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libraries/db/src/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,7 @@ export const resourceCompletionPgTable = pgTable('resource_completion', {
15171517
// Points at courseBuilderUserTable (the Course-builder-base sync of User)
15181518
createdByUserId: text().array(),
15191519
createdAt: text(),
1520+
completedAt: timestamp({ mode: 'string', withTimezone: true }),
15201521
});
15211522

15221523
export const teamMemberTable = pgAirtable('team_member', {

0 commit comments

Comments
 (0)