Added release number to migrations

This commit is contained in:
Al Snow
2018-01-29 10:53:13 -05:00
parent 74d94a6e8f
commit dcc2610a7c
14 changed files with 13 additions and 14 deletions
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class AddAuthTokenToUsers < ActiveRecord::Migration
class AddAuthTokenToUsers < ActiveRecord::Migration[4.2]
def change
add_column :users, :auth_token, :string
end