Skip to content

Commit

Permalink
Revert "Add legacy_id"
Browse files Browse the repository at this point in the history
This reverts commit df008ea.
  • Loading branch information
auggod committed Feb 7, 2022
1 parent df008ea commit 769a802
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ 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 769a802

Please sign in to comment.