Skip to content

Commit 2442ef7

Browse files
authored
New schema fields for facilitator applications (#2563)
1 parent ff5427c commit 2442ef7

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

libraries/db/src/schema.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,34 @@ export const courseRegistrationTable = pgAirtable('course_registration', {
13701370
pgColumn: boolean(),
13711371
airtableId: 'fld1KQjHFGoDZKf94',
13721372
},
1373+
numGroupsToFacilitate: {
1374+
pgColumn: numeric({ mode: 'number' }),
1375+
airtableId: 'fldqirnvpnxjSzGPY',
1376+
},
1377+
formFeedback: {
1378+
pgColumn: text(),
1379+
airtableId: 'fldRGBrjMUHyUXRJr',
1380+
},
1381+
prevEngagement: {
1382+
pgColumn: text(),
1383+
airtableId: 'fldJAKX8Lcl5Qeq1K',
1384+
},
1385+
skills: {
1386+
pgColumn: text(),
1387+
airtableId: 'fldqNrt2OdsIsulMD',
1388+
},
1389+
impressiveProject: {
1390+
pgColumn: text(),
1391+
airtableId: 'fldL3qU8ILGYiF4ea',
1392+
},
1393+
motivationToFacilitate: {
1394+
pgColumn: text(),
1395+
airtableId: 'fldLoKwG59WWf8twB',
1396+
},
1397+
prevFacilitationExperience: {
1398+
pgColumn: text(),
1399+
airtableId: 'fld7qr6IyUtC4ILkT',
1400+
},
13731401
},
13741402
});
13751403

0 commit comments

Comments
 (0)