Added: specify rails release version for migration

This commit is contained in:
Ryo SUETSUGU
2019-05-25 20:49:04 +09:00
parent d0334c7829
commit 9acb46708a

View File

@@ -1,4 +1,4 @@
class CreateWebhooks < ActiveRecord::Migration
class CreateWebhooks < ActiveRecord::Migration[4.2]
def change
create_table :webhooks do |t|
t.string :url