mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 20:55:46 +08:00
add: team nickname
This commit is contained in:
5
db/migrate/20210419023310_add_nickname_to_teams.rb
Normal file
5
db/migrate/20210419023310_add_nickname_to_teams.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddNicknameToTeams < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :teams, :nickname, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user