Skip to content

Commit

Permalink
Add legacy_id
Browse files Browse the repository at this point in the history
  • Loading branch information
auggod committed Feb 4, 2022
1 parent 5f9f6f2 commit df008ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func (s *Server) AddUser(ctx context.Context, user *pbUser.UserAddRequest) (*pbU
_, err = s.db.NewInsert().
Column(
"id",
"legacy_id",
"username",
"full_name",
"first_name",
Expand Down

0 comments on commit df008ea

Please sign in to comment.