Commit 5d4afc0f2b2cf29cbd0bc38a76a06deafc479130

Authored by Dmitriy Zaporozhets
1 parent 49709b1d

Add warnings about removing team classes

app/models/deprecated/user_team.rb
  1 +# Will be removed in 6.1 with tables
  2 +#
1 3 # == Schema Information
2 4 #
3 5 # Table name: user_teams
... ...
app/models/deprecated/user_team_project_relationship.rb
  1 +# Will be removed in 6.1 with tables
  2 +#
1 3 # == Schema Information
2 4 #
3 5 # Table name: user_team_project_relationships
... ...
app/models/deprecated/user_team_user_relationship.rb
  1 +# Will be removed in 6.1 with tables
  2 +#
1 3 # == Schema Information
2 4 #
3 5 # Table name: user_team_user_relationships
... ...