Added release number to migrations
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
class CreatePaidTimeOffs < ActiveRecord::Migration
|
||||
class CreatePaidTimeOffs < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
create_table :paid_time_offs do |t|
|
||||
t.integer :user_id
|
||||
|
||||
Reference in New Issue
Block a user