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 CreateWorkInfos < ActiveRecord::Migration
class CreateWorkInfos < ActiveRecord::Migration[4.2]
def change
create_table :work_infos do |t|
t.integer :user_id