Skip to content

Commit

Permalink
Make committees 1->* officers rather than 1->1 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavrielrh authored Jan 14, 2020
1 parent caa2a18 commit 42d530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Specialty from './specialty';
import Tag from './tag';
import User from './user';

Committee.hasOne(Officer);
Committee.hasMany(Officer);
Committee.hasMany(Event);
Committee.hasMany(Membership);

Expand Down

0 comments on commit 42d530c

Please sign in to comment.