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
  1. Create a positions table in schema.sql
  2. Add position_id foreign key reference column to the memberships table
  3. Update memberships code (db, api, resource) to use the new position_id column in the memberships table
  4. Write/update tests