Skip to content

Commit

Permalink
Merge pull request #3911 from eduardoj/fix_comment_in_model
Browse files Browse the repository at this point in the history
[webui] Add missing change in comments in groups_user model
  • Loading branch information
David Kang committed Oct 2, 2017
2 parents f7e60e8 + 32de12d commit ca31fc6
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 ca31fc6

Please sign in to comment.