Added missing ActiveRecord::Migration version information.
This commit is contained in:
parent
bfc73568c9
commit
5fd008c439
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
class RemoveNetwork < ActiveRecord::Migration
|
class RemoveNetwork < ActiveRecord::Migration[5.0]
|
||||||
|
|
||||||
# rewinds db/migrate/20120101000020_create_network.rb
|
# rewinds db/migrate/20120101000020_create_network.rb
|
||||||
def change
|
def change
|
||||||
|
|
Loading…
Reference in a new issue