mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
11fcea3259
Add env and docker files for development Fix some random things related to rails upgrade
5 lines
No EOL
125 B
Ruby
5 lines
No EOL
125 B
Ruby
class AddTeamersCountToTeams < ActiveRecord::Migration
|
|
def change
|
|
add_column :teams, :teamers_count, :integer
|
|
end
|
|
end |