Skip to content

Commit

Permalink
[webui] Add missing change in groups_user comments
Browse files Browse the repository at this point in the history
Add missing change in comments in groups_user model.
  • Loading branch information
eduardoj committed Sep 27, 2017
1 parent 5f7280d commit 32de12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/models/groups_user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def validate_duplicates
#
# Table name: groups_users
#
# group_id :integer default(0), not null, indexed => [user_id]
# group_id :integer default(0), indexed => [user_id]
# user_id :integer default(0), not null, indexed => [group_id], indexed
# created_at :datetime
# email :boolean default(TRUE)
Expand Down

0 comments on commit 32de12d

Please sign in to comment.