Add rails version number to migrations
This commit is contained in:
parent
f773f67958
commit
29a780eb1a
95 changed files with 95 additions and 95 deletions
|
@ -1,6 +1,6 @@
|
|||
require "migrate"
|
||||
|
||||
class AlterUserRolesAndBlocks < ActiveRecord::Migration
|
||||
class AlterUserRolesAndBlocks < ActiveRecord::Migration[5.0]
|
||||
def self.up
|
||||
# the initial granter IDs can be "self" - there are none of these
|
||||
# in the current live DB, but there may be some in people's own local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue