mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-29 20:50:43 +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
|
def change
|
||||||
add_column :teams, :teamers_count, :integer
|
add_column :teams, :teamers_count, :integer
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
class AddCategoryIdToServerVersions < ActiveRecord::Migration
|
class AddCategoryIdToServerVersions < ActiveRecord::Migration[4.2]
|
||||||
def change
|
def change
|
||||||
change_table :server_versions do |s|
|
change_table :server_versions do |s|
|
||||||
s.integer :category_id
|
s.integer :category_id
|
||||||
|
|
Loading…
Reference in a new issue