issues
search
ubclaunchpad
/
bounce
🏀 Bringing people with common interests together
MIT License
3
stars
4
forks
source link
Add positions to memberships
#91
Closed
bfbachmann
closed
5 years ago
bfbachmann
commented
6 years ago
Create a
positions
table in
schema.sql
Add
position_id
foreign key reference column to the
memberships
table
Update memberships code (
db
,
api
,
resource
) to use the new
position_id
column in the memberships table
Write/update tests
positions
table inschema.sql
position_id
foreign key reference column to thememberships
tabledb
,api
,resource
) to use the newposition_id
column in the memberships table