mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-13 21:31:28 +00:00
Update version number for migrations
This commit is contained in:
parent
098e9fa95b
commit
93ff330800
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
class AddTeamersCountToTeams < ActiveRecord::Migration
|
||||
class AddTeamersCountToTeams < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_column :teams, :teamers_count, :integer
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
class AddCategoryIdToServerVersions < ActiveRecord::Migration
|
||||
class AddCategoryIdToServerVersions < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
change_table :server_versions do |s|
|
||||
s.integer :category_id
|
||||
|
|
Loading…
Reference in a new issue