mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
5 lines
No EOL
130 B
Ruby
5 lines
No EOL
130 B
Ruby
class AddTeamersCountToTeams < ActiveRecord::Migration[4.2]
|
|
def change
|
|
add_column :teams, :teamers_count, :integer
|
|
end
|
|
end |