Merge branch 'develop' into standalone_develop

This commit is contained in:
2021-12-28 16:10:16 +08:00
24 changed files with 393 additions and 52 deletions

View File

@@ -0,0 +1,5 @@
class AddTeamUserToMembers < ActiveRecord::Migration[5.2]
def change
add_reference :members, :team_user
end
end