Skip to content

Commit

Permalink
forever curators
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Feb 18, 2020
1 parent 6931222 commit 4643614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ pub struct InsertGroup {

#[derive(Insertable, AsChangeset)]
#[table_name = "memberships"]
#[changeset_options(treat_none_as_null = "true")]
pub struct InsertMembership {
pub user_uuid: Uuid,
pub group_id: i32,
Expand Down

0 comments on commit 4643614

Please sign in to comment.