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 -1
View File
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class CreateUsers < ActiveRecord::Migration
class CreateUsers < ActiveRecord::Migration[4.2]
def change
create_table :users do |t|
t.string :email